Skip to content

Commit

Permalink
Upgrade emulator runner because of node12 (#2605)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Nov 8, 2022
1 parent bb28fb1 commit 4a755d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:

- name: Run tests on Android
if: ${{ matrix.platform == 'android' }}
uses: reactivecircus/android-emulator-runner@d7b53ddc6e44254e1f4cf4a6ad67345837027a66 # pin@v2
uses: reactivecircus/android-emulator-runner@50986b1464923454c95e261820bc626f38490ec0 # pin@v2
with:
api-level: 29
emulator-options: -accel on -no-snapshot -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -camera-front none -timezone US/Pacific
Expand Down

0 comments on commit 4a755d3

Please sign in to comment.