We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fd19a commit 1d8b989Copy full SHA for 1d8b989
.github/workflows/pull_request.yml
@@ -30,6 +30,10 @@ jobs:
30
run: ./gradlew assemble
31
- name: Run JS Tests
32
run: ./gradlew cleanTest jsTest
33
+ env:
34
+ FIREBASE_AUTH_EMULATOR_HOST: "localhost:9099"
35
+ FIREBASE_DATABASE_EMULATOR_HOST: "localhost:9000"
36
+ FIRESTORE_EMULATOR_HOST: "localhost:8080"
37
- name: Upload test artifact
38
uses: actions/upload-artifact@v2
39
if: failure()
@@ -44,3 +48,7 @@ jobs:
44
48
arch: x86_64
45
49
profile: Nexus 6
46
50
script: ./gradlew connectedAndroidTest
51
52
53
54
0 commit comments