Skip to content

Commit

Permalink
Specify emulator version (see ReactiveCircus/android-emulator-runner#160
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kneth committed Aug 20, 2021
1 parent bdf3145 commit 8cc290c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
# ndk: 21.0.6113669
# cmake: 3.18.1
emulator-build: 7425822 # https://github.com/ReactiveCircus/android-emulator-runner/issues/160
target: google_apis
script: npm run test:android --prefix integration-tests/environments/react-native
env:
Expand All @@ -257,6 +256,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
emulator-build: 7425822 # https://github.com/ReactiveCircus/android-emulator-runner/issues/160
target: google_apis
script: npm run test:android:chrome --prefix integration-tests/environments/react-native
env:
Expand Down

0 comments on commit 8cc290c

Please sign in to comment.