Skip to content

Commit ef61e13

Browse files
committed
Attempt to fix coverage workflow with GCP PubSub emulator
1 parent bbaedaa commit ef61e13

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
AWS_ACCESS_KEY_ID: "placeholder"
2020
AWS_SECRET_ACCESS_KEY: "placeholder"
2121
CARGO_INCREMENTAL: 0
22-
PUBSUB_EMULATOR_HOST: "localhost:9898"
22+
PUBSUB_EMULATOR_HOST: "localhost:8681"
2323
QW_DISABLE_TELEMETRY: 1
2424
QW_S3_ENDPOINT: "http://localhost:4566" # Services are exposed as localhost because we are not running coverage in a container.
2525
QW_S3_FORCE_PATH_STYLE_ACCESS: 1
@@ -101,9 +101,9 @@ jobs:
101101
--health-retries 5
102102
103103
gcp-pubsub-emulator:
104-
image: thekevjames/gcloud-pubsub-emulator:7555256f2c
104+
image: thekevjames/gcloud-pubsub-emulator:550.0.0
105105
ports:
106-
- "9898:8681"
106+
- "8681:8681"
107107
env:
108108
PUBSUB_PROJECT1: "quickwit-emulator,emulator_topic:emulator_subscription"
109109

0 commit comments

Comments
 (0)