Skip to content

Commit 823e4df

Browse files
committed
Background them
1 parent aaece43 commit 823e4df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/integration_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ jobs:
743743
run: |
744744
curl -sL firebase.tools | bash
745745
firebase setup:emulators:firestore
746-
firebase emulators:start
746+
firebase emulators:start --only firestore &
747747
- name: Setup integration test deps
748748
run: |
749749
pip install -r scripts/gha/requirements.txt
@@ -817,7 +817,7 @@ jobs:
817817
run: |
818818
curl -sL firebase.tools | bash
819819
firebase setup:emulators:firestore
820-
firebase emulators:start
820+
firebase emulators:start --only firestore &
821821
- id: get-device-type
822822
run: |
823823
echo "::set-output name=device_type::$( python scripts/gha/print_matrix_configuration.py -d -k ${{ matrix.android_device }} )"
@@ -907,7 +907,7 @@ jobs:
907907
run: |
908908
curl -sL firebase.tools | bash
909909
firebase setup:emulators:firestore
910-
firebase emulators:start
910+
firebase emulators:start --only firestore &
911911
- id: get-device-type
912912
run: |
913913
echo "::set-output name=device_type::$( python scripts/gha/print_matrix_configuration.py -d -k ${{ matrix.ios_device }} )"
@@ -997,7 +997,7 @@ jobs:
997997
run: |
998998
curl -sL firebase.tools | bash
999999
firebase setup:emulators:firestore
1000-
firebase emulators:start
1000+
firebase emulators:start --only firestore &
10011001
- name: Run tvOS integration tests on Simulator locally
10021002
timeout-minutes: 60
10031003
run: |

0 commit comments

Comments
 (0)