Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
matgar26 committed May 29, 2024
1 parent 9668e49 commit e30d11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
working-directory: .

- name: Build and run tests
run: swift test --enable-test-discovery --parallel -destination 'platform=iOS Simulator,name=iPhone 15,OS=latest'
run: xcodebuild test -scheme Knock -destination 'platform=iOS Simulator,name=iPhone 15,OS=latest'
working-directory: .

0 comments on commit e30d11d

Please sign in to comment.