Skip to content

Commit 292526e

Browse files
Bump reactivecircus/android-emulator-runner from 2.32.0 to 2.33.0 (#101)
Bumps [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) from 2.32.0 to 2.33.0. - [Release notes](https://github.com/reactivecircus/android-emulator-runner/releases) - [Changelog](https://github.com/ReactiveCircus/android-emulator-runner/blob/main/CHANGELOG.md) - [Commits](ReactiveCircus/android-emulator-runner@v2.32.0...v2.33.0) --- updated-dependencies: - dependency-name: reactivecircus/android-emulator-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f899f98 commit 292526e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Create AVD and generate snapshot for caching
6969
if: steps.avd-cache.outputs.cache-hit != 'true'
70-
uses: reactivecircus/android-emulator-runner@v2.32.0
70+
uses: reactivecircus/android-emulator-runner@v2.33.0
7171
with:
7272
api-level: ${{ env.ANDROID_API_LEVEL }}
7373
arch: x86_64
@@ -78,7 +78,7 @@ jobs:
7878
script: echo "Generated AVD snapshot for caching."
7979

8080
- name: Run Debug Instrumentation Tests on Android API ${{ matrix.api-level }} (Ran up to 2 times)
81-
uses: reactivecircus/android-emulator-runner@v2.32.0
81+
uses: reactivecircus/android-emulator-runner@v2.33.0
8282
with:
8383
api-level: ${{ env.ANDROID_API_LEVEL }}
8484
arch: x86_64

0 commit comments

Comments
 (0)