Skip to content

Commit

Permalink
Use ReactiveCircus runner v2.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrewartha committed Feb 24, 2024
1 parent c5b2416 commit f4ee4ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: 'Create AVD and generate snapshot for cache'
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2
uses: reactivecircus/android-emulator-runner@v2.30.1
with:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }}
Expand All @@ -68,7 +68,7 @@ jobs:
script: echo "Generated AVD snapshot for caching."

- name: 'Run Android tests'
uses: reactivecircus/android-emulator-runner@v2
uses: reactivecircus/android-emulator-runner@v2.30.1
with:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }}
Expand Down

0 comments on commit f4ee4ae

Please sign in to comment.