Skip to content

Commit 8b84045

Browse files
committed
Update test.yml
1 parent 198c2cd commit 8b84045

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,17 @@ jobs:
3232
-scheme Examples \
3333
-only-testing:WebUITests \
3434
-destination "platform=iOS Simulator,name=iPhone 15,OS=18.0" \
35+
-derivedDataPath DerivedData \
3536
-resultBundlePath TestResults/unit_test_result_bundle | \
3637
xcbeautify && exit ${PIPESTATUS[0]}
3738
3839
- name: Run UI Tests
3940
run: |
40-
xcodebuild test \
41+
xcodebuild test-without-building \
4142
-project Examples/Examples.xcodeproj \
4243
-scheme Examples \
4344
-only-testing:ExamplesUITests \
4445
-destination "platform=iOS Simulator,name=iPhone 15,OS=18.0" \
46+
-derivedDataPath DerivedData \
4547
-resultBundlePath TestResults/ui_test_result_bundle | \
4648
xcbeautify && exit ${PIPESTATUS[0]}

0 commit comments

Comments
 (0)