We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6def555 commit 57c1391Copy full SHA for 57c1391
.github/actions/setup_test_action/action.yml
@@ -26,9 +26,11 @@ runs:
26
shell: bash
27
run: npm install -g firebase-tools wait-on
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
33
run: |
- firebase emulators:start --config=./test/firebase.json &
34
echo "Waiting for Firebase Auth emulator to start..."
35
wait-on http://127.0.0.1:9099
36
echo "Waiting for Firebase Firestore emulator to start..."
0 commit comments