Skip to content

Commit

Permalink
fix(test): use different approach to start jetstream service (#2359)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <[email protected]>
  • Loading branch information
whynowy authored Jan 24, 2025
1 parent 8cd95a8 commit c621d2b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,11 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
nats:
image: "bitnami/nats:latest"
ports:
- 4222:4222
env:
NATS_EXTRA_ARGS: -js
steps:
- name: Start JetStream
run: docker run -d -p 4222:4222 nats:latest -js

- name: Start Pulsar standalone container
run: docker run -d -p 6650:6650 -p 8080:8080 apachepulsar/pulsar:4.0.0 bin/pulsar standalone

Expand Down

0 comments on commit c621d2b

Please sign in to comment.