Skip to content

Commit b7282a7

Browse files
committed
Try to fix entrypoint
1 parent 620c906 commit b7282a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- "27020:27017"
6464
google-pubsub-emulator:
6565
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'"
66+
options: --entrypoint "sh -c 'gcloud beta emulators pubsub start --project=sample-project --host-port=0.0.0.0:8085'"
6767
ports:
6868
- "8085:8085"
6969
strategy:

0 commit comments

Comments
 (0)