Skip to content

Commit 6ae78af

Browse files
Merge branch 'database-transactions' of github.com:GitLiveApp/firebase-kotlin-sdk into database-transactions
2 parents 2f7a650 + b9688c9 commit 6ae78af

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/pull_request.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ jobs:
2121
java-version: '11'
2222
- name: Grant execute permission for gradlew
2323
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
2924
- name: Install Carthage
3025
run: brew list carthage || brew install carthage
3126
- name: Install Firebase tools
@@ -36,6 +31,8 @@ jobs:
3631
run: ./gradlew assemble
3732
- name: Run JS Tests
3833
run: ./gradlew cleanTest jsTest
34+
env:
35+
FIREBASE_DATABASE_EMULATOR_HOST: localhost:9000
3936
- name: Upload JS test artifact
4037
uses: actions/upload-artifact@v2
4138
if: failure()

0 commit comments

Comments
 (0)