Skip to content

Commit

Permalink
Fix coverage CI worflow (#3754)
Browse files Browse the repository at this point in the history
  • Loading branch information
AyWa authored Aug 17, 2023
1 parent 297ce3a commit e1ce66f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
QW_S3_ENDPOINT: "http://localhost:4566" # Services are exposed as localhost because we are not running coverage in a container.
QW_S3_FORCE_PATH_STYLE_ACCESS: 1
TEST_DATABASE_URL: postgres://quickwit-dev:quickwit-dev@localhost:5432/quickwit-metastore-dev
PUBSUB_EMULATOR_HOST: "localhost:8681"
PUBSUB_EMULATOR_HOST: "localhost:9898"

jobs:
test:
Expand Down Expand Up @@ -108,9 +108,9 @@ jobs:
gcp-pubsub-emulator:
image: thekevjames/gcloud-pubsub-emulator:7555256f2c
ports:
- "8681:8681"
environment:
- PUBSUB_PROJECT1=quickwit-emulator,emulator_topic:emulator_subscription
- "9898:8681"
env:
PUBSUB_PROJECT1: "quickwit-emulator,emulator_topic:emulator_subscription"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e1ce66f

Please sign in to comment.