From fca3ed7e0b13beb147e304899f2fca3d7e11d80d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:37:24 +0000 Subject: [PATCH] Bump reactivecircus/android-emulator-runner from 2.30.0 to 2.30.1 Bumps [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) from 2.30.0 to 2.30.1. - [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.30.0...v2.30.1) --- updated-dependencies: - dependency-name: reactivecircus/android-emulator-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c1bdf1..2d3a630 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: run: rm -rf ~/.m2/repository/com/jaredsburrows/gradle-spoon-plugin/ && ./gradlew publishToMavenLocal -x test -s - name: Run Instrumentation Tests on Android API ${{ env.ANDROID_API_LEVEL }} - uses: reactivecircus/android-emulator-runner@v2.30.0 + uses: reactivecircus/android-emulator-runner@v2.30.1 with: api-level: ${{ env.ANDROID_API_LEVEL }} script: cd test-app && ../gradlew clean spoonDebugAndroidTest checkReports -s && cd ..