We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbaedaa commit ef61e13Copy full SHA for ef61e13
1 file changed
.github/workflows/coverage.yml
@@ -19,7 +19,7 @@ env:
19
AWS_ACCESS_KEY_ID: "placeholder"
20
AWS_SECRET_ACCESS_KEY: "placeholder"
21
CARGO_INCREMENTAL: 0
22
- PUBSUB_EMULATOR_HOST: "localhost:9898"
+ PUBSUB_EMULATOR_HOST: "localhost:8681"
23
QW_DISABLE_TELEMETRY: 1
24
QW_S3_ENDPOINT: "http://localhost:4566" # Services are exposed as localhost because we are not running coverage in a container.
25
QW_S3_FORCE_PATH_STYLE_ACCESS: 1
@@ -101,9 +101,9 @@ jobs:
101
--health-retries 5
102
103
gcp-pubsub-emulator:
104
- image: thekevjames/gcloud-pubsub-emulator:7555256f2c
+ image: thekevjames/gcloud-pubsub-emulator:550.0.0
105
ports:
106
- - "9898:8681"
+ - "8681:8681"
107
env:
108
PUBSUB_PROJECT1: "quickwit-emulator,emulator_topic:emulator_subscription"
109
0 commit comments