Skip to content

Commit cf590c4

Browse files
authored
Update workflow
1 parent 097bb06 commit cf590c4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Cloud SDK
3131
uses: google-github-actions/setup-gcloud@v0
3232
with:
33-
install_components: 'beta,cloud-datastore-emulator'
33+
install_components: 'beta'
3434

3535
- name: Validate composer.json and composer.lock
3636
run: composer validate --strict
@@ -48,7 +48,10 @@ jobs:
4848
run: gcloud --version
4949

5050
- name: Run gcloud emulators
51-
run: gcloud beta emulators pubsub start --project=gdgtangier-23412 --quiet
51+
run: gcloud beta emulators pubsub start --project=gdgtangier-23412 --quiet > /dev/null 2>&1 &
52+
53+
- name: Sleep for 1 min.
54+
run: sleep 60
5255

5356
- name: Install dependencies
5457
run: composer install --prefer-dist --no-progress

0 commit comments

Comments
 (0)