Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(test): use different approach to start jetstream service #2359

Merged
merged 14 commits into from
Jan 24, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
.
Signed-off-by: Derek Wang <[email protected]>
whynowy committed Jan 24, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 68386a72226b2e3f5fa09af5b470e96e6ab7f384
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -72,11 +72,9 @@ jobs:
--health-timeout 5s
--health-retries 5
nats:
image: "bitnami/nats:latest"
image: "nats:latest"
ports:
- 4222:4222
options: >-
--entrypoint "/nats-server -js"

steps:
- name: Start Pulsar standalone container