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 eb56044 commit ab109f5Copy full SHA for ab109f5
.github/actions/setup_test_action/action.yml
@@ -24,7 +24,12 @@ runs:
24
run: chmod +x gradlew
25
- name: Install Firebase tools
26
shell: bash
27
- run: npm install -g firebase-tools
+ run: npm install -g firebase-tools wait-on
28
- name: Start Firebase emulator
29
30
- run: "firebase emulators:start --config=./test/firebase.json &"
+ run: |
31
+ firebase emulators:start --config=./test/firebase.json &
32
+ wait-on http://localhost:9099
33
+ wait-on http://localhost:8080
34
+ wait-on http://localhost:9000
35
+ wait-on http://localhost:9199
0 commit comments