Skip to content

Commit fc8da5c

Browse files
jpnurmiclaude
andcommitted
debug: enable verbose output for iOS device tests
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 502b6a2 commit fc8da5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/device-tests-ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ jobs:
7878
id: first-test-run
7979
continue-on-error: true
8080
timeout-minutes: 40
81-
run: pwsh scripts/device-test.ps1 ios -Run
81+
run: pwsh scripts/device-test.ps1 ios -Run -Verbose
8282

8383
- name: Retry Tests (if previous failed to run)
8484
if: steps.first-test-run.outcome == 'failure'
8585
timeout-minutes: 40
86-
run: pwsh scripts/device-test.ps1 ios -Run
86+
run: pwsh scripts/device-test.ps1 ios -Run -Verbose
8787

8888
- name: Run Integration Tests
8989
id: first-integration-test-run

0 commit comments

Comments
 (0)