Skip to content

Commit 89bb177

Browse files
committed
Background them
1 parent 57739f5 commit 89bb177

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
@@ -739,7 +739,7 @@ jobs:
739739
run: |
740740
curl -sL firebase.tools | bash
741741
firebase setup:emulators:firestore
742-
firebase emulators:start
742+
firebase emulators:start --only firestore &
743743
- name: Setup integration test deps
744744
run: |
745745
pip install -r scripts/gha/requirements.txt
@@ -813,7 +813,7 @@ jobs:
813813
run: |
814814
curl -sL firebase.tools | bash
815815
firebase setup:emulators:firestore
816-
firebase emulators:start
816+
firebase emulators:start --only firestore &
817817
- id: get-device-type
818818
run: |
819819
echo "::set-output name=device_type::$( python scripts/gha/print_matrix_configuration.py -d -k ${{ matrix.android_device }} )"
@@ -902,7 +902,7 @@ jobs:
902902
run: |
903903
curl -sL firebase.tools | bash
904904
firebase setup:emulators:firestore
905-
firebase emulators:start
905+
firebase emulators:start --only firestore &
906906
- id: get-device-type
907907
run: |
908908
echo "::set-output name=device_type::$( python scripts/gha/print_matrix_configuration.py -d -k ${{ matrix.ios_device }} )"
@@ -991,7 +991,7 @@ jobs:
991991
run: |
992992
curl -sL firebase.tools | bash
993993
firebase setup:emulators:firestore
994-
firebase emulators:start
994+
firebase emulators:start --only firestore &
995995
- name: Run tvOS integration tests on Simulator locally
996996
run: |
997997
python scripts/gha/test_simulator.py --testapp_dir testapps \

0 commit comments

Comments
 (0)