Fix CSV output for Firmwares and Installers (#170) #127
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Unit Tests | |
on: | |
push: | |
paths: ["**.swift"] | |
branches: [main] | |
pull_request: | |
paths: ["**.swift"] | |
branches: [main] | |
workflow_dispatch: | |
jobs: | |
unit_tests: | |
name: Unit Tests | |
runs-on: macos-13 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: swift-actions/setup-swift@v2 | |
- name: Run Unit Tests | |
run: swift test |