Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyome22 committed Jan 4, 2025
1 parent 198c2cd commit 8b84045
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,17 @@ jobs:
-scheme Examples \
-only-testing:WebUITests \
-destination "platform=iOS Simulator,name=iPhone 15,OS=18.0" \
-derivedDataPath DerivedData \
-resultBundlePath TestResults/unit_test_result_bundle | \
xcbeautify && exit ${PIPESTATUS[0]}
- name: Run UI Tests
run: |
xcodebuild test \
xcodebuild test-without-building \
-project Examples/Examples.xcodeproj \
-scheme Examples \
-only-testing:ExamplesUITests \
-destination "platform=iOS Simulator,name=iPhone 15,OS=18.0" \
-derivedDataPath DerivedData \
-resultBundlePath TestResults/ui_test_result_bundle | \
xcbeautify && exit ${PIPESTATUS[0]}

0 comments on commit 8b84045

Please sign in to comment.