Skip to content

Commit

Permalink
Update ci.yml (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze authored Aug 5, 2023
1 parent 52bf5e7 commit 5d3935c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:

- name: Create AVD and generate snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
timeout-minutes: 10
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
Expand All @@ -119,6 +120,7 @@ jobs:
- name: Run integration tests
id: Run-integration-tests
continue-on-error: true
timeout-minutes: 10
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
Expand All @@ -135,6 +137,7 @@ jobs:
- name: Retry integration tests
id: Retry-integration-tests
continue-on-error: true
timeout-minutes: 10
if: steps.Run-integration-tests.outcome == 'failure'
uses: reactivecircus/android-emulator-runner@v2
with:
Expand All @@ -155,6 +158,7 @@ jobs:
- name: Re:Retry integration tests
if: steps.Retry-integration-tests.outcome == 'failure'
timeout-minutes: 10
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
Expand Down

0 comments on commit 5d3935c

Please sign in to comment.