Skip to content

Commit

Permalink
Update reactivecircus/android-emulator-runner action to v2.31.0
Browse files Browse the repository at this point in the history
| datasource  | package                                | from    | to      |
| ----------- | -------------------------------------- | ------- | ------- |
| github-tags | reactivecircus/android-emulator-runner | v2.30.1 | v2.31.0 |
  • Loading branch information
renovate[bot] committed May 30, 2024
1 parent c551115 commit 9abf0a2
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 @@ -253,7 +253,7 @@ jobs:

- name: Create AVD and generate AVD snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2.30.1
uses: reactivecircus/android-emulator-runner@v2.31.0
with:
api-level: ${{ matrix.api-level }}
target: aosp_atd
Expand All @@ -266,7 +266,7 @@ jobs:
script: echo "Generated AVD snapshot for caching."

- name: Run Android instrumented tests
uses: reactivecircus/android-emulator-runner@v2.30.1
uses: reactivecircus/android-emulator-runner@v2.31.0
with:
api-level: ${{ matrix.api-level }}
target: aosp_atd
Expand Down

0 comments on commit 9abf0a2

Please sign in to comment.