Skip to content

Commit

Permalink
Wait only for auth emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSkala committed Dec 16, 2023
1 parent 57c1391 commit 798a99f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/actions/setup_test_action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,7 @@ runs:
shell: bash
run: npm install -g firebase-tools wait-on
- name: Start Firebase emulator
shell: bash
run: firebase emulators:start --config=./test/firebase.json &
- name: Wait for Firebase emulator to start
shell: bash
run: |
echo "Waiting for Firebase Auth emulator to start..."
firebase emulators:start --config=./test/firebase.json &
wait-on http://127.0.0.1:9099
echo "Waiting for Firebase Firestore emulator to start..."
wait-on http://127.0.0.1:8080
echo "Waiting for Firebase Database emulator to start..."
wait-on http://127.0.0.1:9000
echo "Waiting for Firebase Storage emulator to start..."
wait-on http://127.0.0.1:9199

0 comments on commit 798a99f

Please sign in to comment.