File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 21
21
java-version : ' 11'
22
22
- name : Grant execute permission for gradlew
23
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
24
- name : Install Carthage
30
25
run : brew list carthage || brew install carthage
31
26
- name : Install Firebase tools
36
31
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
36
- name : Upload JS test artifact
40
37
uses : actions/upload-artifact@v2
41
38
if : failure()
You can’t perform that action at this time.
0 commit comments