Skip to content

Commit

Permalink
fix ios
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Nov 18, 2023
1 parent 4e38958 commit 9af35c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/device-tests-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
- name: Run Tests
id: first-run
continue-on-error: true
run: pwsh scripts/device-test.ps1 android -Run
run: pwsh scripts/device-test.ps1 ios -Run

- name: Retry Tests (if previous failed to run)
if: steps.first-run.outcome == 'failure'
run: pwsh scripts/device-test.ps1 android -Run
run: pwsh scripts/device-test.ps1 ios -Run

- name: Upload results
if: success() || failure()
Expand Down

0 comments on commit 9af35c5

Please sign in to comment.