Skip to content

Commit

Permalink
update github build workflow to use xcodebuild (Update swift.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
rxhfcy authored Apr 3, 2024
1 parent 20d40b2 commit 6b1f470
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
run: xcodebuild -project Asahi\ Linux\ Helper.xcodeproj/ -scheme "Asahi Linux Helper" build
# todo: add tests?
# both Unit Tests & UI Tests?
# - name: Run tests
# run: xcodebuild -project Asahi\ Linux\ Helper.xcodeproj/ -scheme "Asahi Linux Helper" test

0 comments on commit 6b1f470

Please sign in to comment.