Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed Feb 22, 2024
1 parent 2a132ad commit 16d42c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
-derivedDataPath /tmp/DerivedData \
-resultBundlePath test_output \
CODE_SIGNING_ALLOWED="NO" \
test 2>&1 | tee test.log | xcbeautify
test 2>&1 | tee test-macOS.log | xcbeautify
- name: Upload test log file on error
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
-derivedDataPath /tmp/DerivedData \
-resultBundlePath test_output \
CODE_SIGNING_ALLOWED="NO" \
test 2>&1 | tee test.log | xcbeautify
test 2>&1 | tee test-iOS.log | xcbeautify
- name: Upload test log file on error
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 16d42c9

Please sign in to comment.