Skip to content

Commit

Permalink
Update reactivecircus/android-emulator-runner action to v2.33.0 (#351)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 13, 2024
1 parent d1fa14a commit cb3c33c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Create AVD and generate snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2.32.0
uses: reactivecircus/android-emulator-runner@v2.33.0
with:
api-level: ${{ env.ANDROID_API_LEVEL }}
arch: x86_64
Expand All @@ -69,7 +69,7 @@ jobs:
script: echo "Generated AVD snapshot for caching."

- name: Run Instrumentation Tests on Android API ${{ env.ANDROID_API_LEVEL }}
uses: reactivecircus/android-emulator-runner@v2.32.0
uses: reactivecircus/android-emulator-runner@v2.33.0
with:
api-level: ${{ env.ANDROID_API_LEVEL }}
arch: x86_64
Expand Down

0 comments on commit cb3c33c

Please sign in to comment.