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 26
26
shell : bash
27
27
run : npm install -g firebase-tools wait-on
28
28
- name : Start Firebase emulator
29
- shell : bash
30
- run : firebase emulators:start --config=./test/firebase.json &
31
- - name : Wait for Firebase emulator to start
32
29
shell : bash
33
30
run : |
34
- echo "Waiting for Firebase Auth emulator to start..."
31
+ firebase emulators: start --config=./test/firebase.json &
35
32
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