File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
.github/actions/setup_test_action Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 2626 shell : bash
2727 run : npm install -g firebase-tools wait-on
2828 - name : Start Firebase emulator
29- shell : bash
30- run : firebase emulators:start --config=./test/firebase.json &
31- - name : Wait for Firebase emulator to start
3229 shell : bash
3330 run : |
34- echo "Waiting for Firebase Auth emulator to start..."
31+ firebase emulators: start --config=./test/firebase.json &
3532 wait-on http://127.0.0.1:9099
36- echo "Waiting for Firebase Firestore emulator to start..."
37- wait-on http://127.0.0.1:8080
38- echo "Waiting for Firebase Database emulator to start..."
39- wait-on http://127.0.0.1:9000
40- echo "Waiting for Firebase Storage emulator to start..."
41- wait-on http://127.0.0.1:9199
You can’t perform that action at this time.
0 commit comments