From 000cb3b3f059c46381911e8581fc4590edb16b29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 01:40:41 +0000 Subject: [PATCH] Bump ReactiveCircus/android-emulator-runner from 2.19.0 to 2.27.0 Bumps [ReactiveCircus/android-emulator-runner](https://github.com/ReactiveCircus/android-emulator-runner) from 2.19.0 to 2.27.0. - [Release notes](https://github.com/ReactiveCircus/android-emulator-runner/releases) - [Changelog](https://github.com/ReactiveCircus/android-emulator-runner/blob/main/CHANGELOG.md) - [Commits](https://github.com/ReactiveCircus/android-emulator-runner/compare/v2.19.0...v2.27.0) --- updated-dependencies: - dependency-name: ReactiveCircus/android-emulator-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index ff3bc2f12..fa88e6458 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -18,7 +18,7 @@ jobs: run: | ./gradlew test --stacktrace - name: Android Integration Test - uses: ReactiveCircus/android-emulator-runner@v2.19.0 + uses: ReactiveCircus/android-emulator-runner@v2.27.0 with: api-level: 28 script: ./gradlew test