We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198c2cd commit 8b84045Copy full SHA for 8b84045
.github/workflows/test.yml
@@ -32,15 +32,17 @@ jobs:
32
-scheme Examples \
33
-only-testing:WebUITests \
34
-destination "platform=iOS Simulator,name=iPhone 15,OS=18.0" \
35
+ -derivedDataPath DerivedData \
36
-resultBundlePath TestResults/unit_test_result_bundle | \
37
xcbeautify && exit ${PIPESTATUS[0]}
38
39
- name: Run UI Tests
40
run: |
- xcodebuild test \
41
+ xcodebuild test-without-building \
42
-project Examples/Examples.xcodeproj \
43
44
-only-testing:ExamplesUITests \
45
46
47
-resultBundlePath TestResults/ui_test_result_bundle | \
48
0 commit comments