Skip to content

Commit

Permalink
testing launch config via xcodebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
kshann committed Mar 25, 2024
1 parent c118bd7 commit a53810b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ui_tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: UI Tests MacOS13/14
name: UI Tests

on:
workflow_dispatch:
Expand Down Expand Up @@ -73,6 +73,7 @@ jobs:
-skipMacroValidation \
-test-iterations 2 \
-retry-tests-on-failure \
UITEST_MODE=1 \
| tee xcodebuild.log \
| xcbeautify --report junit --report-path . --junit-report-filename ui-tests.xml
Expand Down

0 comments on commit a53810b

Please sign in to comment.