We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620c906 commit b7282a7Copy full SHA for b7282a7
.github/workflows/unit-test.yml
@@ -63,7 +63,7 @@ jobs:
63
- "27020:27017"
64
google-pubsub-emulator:
65
image: gcr.io/google.com/cloudsdktool/google-cloud-cli@sha256:11e9b10b6d61177b0046fcb5f1e9479f567a5dacbf66d194baf5a8872653c857
66
- options: --entrypoint sh -c "gcloud beta emulators pubsub start --project=sample-project --host-port='0.0.0.0:8085'"
+ options: --entrypoint "sh -c 'gcloud beta emulators pubsub start --project=sample-project --host-port=0.0.0.0:8085'"
67
ports:
68
- "8085:8085"
69
strategy:
0 commit comments