Skip to content

Commit

Permalink
Update action reactivecircus/android-emulator-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
desistefanova committed Oct 17, 2022
1 parent ce70e66 commit 9ca8554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ jobs:

- name: Create Android Emulator and generate snapshot for caching
if: ${{ steps.avd-cache.outputs.cache-hit != 'true' }}
uses: reactivecircus/android-emulator-runner@v2
uses: reactivecircus/android-emulator-runner@9320c5114f2a869e0291ca40fff08f35cd409fc0
with:
api-level: 29
force-avd-creation: false
Expand All @@ -389,7 +389,7 @@ jobs:
useExistingCluster: true

- name: Run tests on Android Emulator
uses: reactivecircus/android-emulator-runner@v2
uses: reactivecircus/android-emulator-runner@9320c5114f2a869e0291ca40fff08f35cd409fc0
with:
force-avd-creation: false
disable-animations: true
Expand Down

0 comments on commit 9ca8554

Please sign in to comment.