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 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
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()
You can’t perform that action at this time.
0 commit comments