@@ -739,7 +739,7 @@ jobs:
739
739
run : |
740
740
curl -sL firebase.tools | bash
741
741
firebase setup:emulators:firestore
742
- firebase emulators:start
742
+ firebase emulators:start --only firestore &
743
743
- name : Setup integration test deps
744
744
run : |
745
745
pip install -r scripts/gha/requirements.txt
@@ -813,7 +813,7 @@ jobs:
813
813
run : |
814
814
curl -sL firebase.tools | bash
815
815
firebase setup:emulators:firestore
816
- firebase emulators:start
816
+ firebase emulators:start --only firestore &
817
817
- id : get-device-type
818
818
run : |
819
819
echo "::set-output name=device_type::$( python scripts/gha/print_matrix_configuration.py -d -k ${{ matrix.android_device }} )"
@@ -902,7 +902,7 @@ jobs:
902
902
run : |
903
903
curl -sL firebase.tools | bash
904
904
firebase setup:emulators:firestore
905
- firebase emulators:start
905
+ firebase emulators:start --only firestore &
906
906
- id : get-device-type
907
907
run : |
908
908
echo "::set-output name=device_type::$( python scripts/gha/print_matrix_configuration.py -d -k ${{ matrix.ios_device }} )"
@@ -991,7 +991,7 @@ jobs:
991
991
run : |
992
992
curl -sL firebase.tools | bash
993
993
firebase setup:emulators:firestore
994
- firebase emulators:start
994
+ firebase emulators:start --only firestore &
995
995
- name : Run tvOS integration tests on Simulator locally
996
996
run : |
997
997
python scripts/gha/test_simulator.py --testapp_dir testapps \
0 commit comments