We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae78af commit eccce95Copy full SHA for eccce95
.github/workflows/pull_request.yml
@@ -31,8 +31,6 @@ jobs:
31
run: ./gradlew assemble
32
- name: Run JS Tests
33
run: ./gradlew cleanTest jsTest
34
- env:
35
- FIREBASE_DATABASE_EMULATOR_HOST: localhost:9000
36
- name: Upload JS test artifact
37
uses: actions/upload-artifact@v2
38
if: failure()
0 commit comments