Skip to content

Commit a916900

Browse files
committed
Temp speed up
1 parent d79436c commit a916900

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)