Skip to content

Commit eccce95

Browse files
Remove FIREBASE_DATABASE_EMULATOR_HOST env var
1 parent 6ae78af commit eccce95

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pull_request.yml

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
run: ./gradlew assemble
3232
- name: Run JS Tests
3333
run: ./gradlew cleanTest jsTest
34-
env:
35-
FIREBASE_DATABASE_EMULATOR_HOST: localhost:9000
3634
- name: Upload JS test artifact
3735
uses: actions/upload-artifact@v2
3836
if: failure()

0 commit comments

Comments
 (0)