Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
troubleshoot tests
Browse files Browse the repository at this point in the history
watt committed Jun 19, 2024
1 parent 03573f8 commit 77cb96f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/swift.yaml
Original file line number Diff line number Diff line change
@@ -96,15 +96,20 @@ jobs:
- name: Tests - iOS
run: |
xcodebuild \
-project Workflow.xcodeproj \
-scheme "Tests" \
-destination "$IOS_DESTINATION" \
-skipMacroValidation \
test
- name: Dump schemes
run: xcodebuild -list -project Workflow.xcodeproj

# On macOS we can run all tests, including macro tests.
- name: Tests - macOS
run: |
xcodebuild \
-project Workflow.xcodeproj \
-scheme "Workflow-Package" \
-destination "platform=macOS" \
-skipMacroValidation \

0 comments on commit 77cb96f

Please sign in to comment.