We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f7a650 + b9688c9 commit 6ae78afCopy full SHA for 6ae78af
.github/workflows/pull_request.yml
@@ -21,11 +21,6 @@ jobs:
21
java-version: '11'
22
- name: Grant execute permission for gradlew
23
run: chmod +x gradlew
24
- - name: Set environment variables for Firebase
25
- run: |
26
- echo "FIREBASE_AUTH_EMULATOR_HOST=localhost:9099" >> $GITHUB_ENV
27
- echo "FIREBASE_DATABASE_EMULATOR_HOST=localhost:9000" >> $GITHUB_ENV
28
- echo "FIRESTORE_EMULATOR_HOST=localhost:8080" >> $GITHUB_ENV
29
- name: Install Carthage
30
run: brew list carthage || brew install carthage
31
- name: Install Firebase tools
@@ -36,6 +31,8 @@ jobs:
36
run: ./gradlew assemble
37
32
- name: Run JS Tests
38
33
run: ./gradlew cleanTest jsTest
34
+ env:
35
+ FIREBASE_DATABASE_EMULATOR_HOST: localhost:9000
39
- name: Upload JS test artifact
40
uses: actions/upload-artifact@v2
41
if: failure()
0 commit comments