Skip to content

Commit

Permalink
Fix Android Pipeline
Browse files Browse the repository at this point in the history
There seems to be a problem with the android-emulator-runner action.  Using the workaround posted in this issue:
ReactiveCircus/android-emulator-runner#168
  • Loading branch information
takameyer committed Jul 17, 2021
1 parent 900aad4 commit 6ed0548
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
target: google_apis
script: npm run test:android --prefix integration-tests/environments/react-native
env:
MOCHA_REMOTE_CONTEXT: missingServer
Expand All @@ -247,6 +248,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
target: google_apis
script: npm run test:android:chrome --prefix integration-tests/environments/react-native
env:
MOCHA_REMOTE_CONTEXT: missingServer
Expand Down

0 comments on commit 6ed0548

Please sign in to comment.