Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Bump reactivecircus/android-emulator-runner from 2.32.0 to 2.33.0 in the github-actions group #3651

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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: 34
target: google_apis
Expand All @@ -55,7 +55,7 @@ jobs:
./gradlew :shared:domain:assembleDebug :shared:domain:assembleAndroidTest

- name: Run androidTest on emulator
uses: reactivecircus/android-emulator-runner@v2.32.0
uses: reactivecircus/android-emulator-runner@v2.33.0
with:
api-level: 34
target: google_apis
Expand Down
Loading