Skip to content

Commit

Permalink
Merge pull request #67 from bisq-network/dependabot/github_actions/re…
Browse files Browse the repository at this point in the history
…activecircus/android-emulator-runner-2.30.1

build(deps): bump reactivecircus/android-emulator-runner from 2.27.0 to 2.30.1
  • Loading branch information
devinbileck authored Feb 1, 2024
2 parents 7622dd9 + d2639ec commit 18e3152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
# Create a new emulator snapshot if it isn't present in the cache
- name: Create AVD snapshot
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@50986b1464923454c95e261820bc626f38490ec0
uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2
with:
api-level: ${{ matrix.api-level }}
arch: ${{ steps.avd-info.outputs.arch }}
Expand All @@ -177,7 +177,7 @@ jobs:
script: echo "Generated AVD snapshot"

- name: Run instrumentation tests
uses: reactivecircus/android-emulator-runner@50986b1464923454c95e261820bc626f38490ec0
uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2
with:
api-level: ${{ matrix.api-level }}
arch: ${{ steps.avd-info.outputs.arch }}
Expand Down

0 comments on commit 18e3152

Please sign in to comment.