File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -31,17 +31,17 @@ jobs:
3131 - name : Setup Environment
3232 uses : ./.github/actions/environment
3333
34- - name : Build iOS Test App
35- run : pwsh ./scripts/device-test.ps1 ios -Build
34+ # - name: Build iOS Test App
35+ # run: pwsh ./scripts/device-test.ps1 ios -Build
3636
37- - name : Run Tests
38- id : first-run
39- continue-on-error : true
40- run : pwsh scripts/device-test.ps1 ios -Run
37+ # - name: Run Tests
38+ # id: first-run
39+ # continue-on-error: true
40+ # run: pwsh scripts/device-test.ps1 ios -Run
4141
42- - name : Retry Tests (if previous failed to run)
43- if : steps.first-run.outcome == 'failure'
44- run : pwsh scripts/device-test.ps1 ios -Run
42+ # - name: Retry Tests (if previous failed to run)
43+ # if: steps.first-run.outcome == 'failure'
44+ # run: pwsh scripts/device-test.ps1 ios -Run
4545
4646 - name : Integration Tests
4747 uses : getsentry/github-workflows/sentry-cli/integration-test/@a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1
You can’t perform that action at this time.
0 commit comments