eantyshev commented on code in PR #23782:
URL: https://github.com/apache/beam/pull/23782#discussion_r1004521545
##########
.github/workflows/tour_of_beam_backend_integration.yml:
##########
@@ -57,19 +64,9 @@ jobs:
# pin to the biggest Go version supported by Cloud Functions runtime
go-version: '1.16'
- # 1. Datastore emulator
- - name: 'Set up Cloud SDK'
- uses: 'google-github-actions/setup-gcloud@v0'
- with:
- version: 397.0.0
- project_id: ${{ env.DATASTORE_PROJECT_ID }}
- install_components: 'beta,cloud-datastore-emulator'
- - name: 'Start datastore emulator'
- run: |
- gcloud beta emulators datastore start \
- --data-dir=${{ env.DATASTORE_EMULATOR_DATADIR }} \
- --host-port=${{ env.DATASTORE_EMULATOR_HOST }} \
- --consistency=1 &
+ # 1. Start emulators
+ - name: Start emulators
+ run: docker-compose up -d
Review Comment:
there's a waiting step in integration_tests, to check if Firebase emulator
is up
There was no such problem with Datastore emulator: default client has its
own retries
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]