Skip to content

Commit 798a99f

Browse files
committed
Wait only for auth emulator
1 parent 57c1391 commit 798a99f

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/actions/setup_test_action/action.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,7 @@ runs:
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

0 commit comments

Comments
 (0)