From 68386a72226b2e3f5fa09af5b470e96e6ab7f384 Mon Sep 17 00:00:00 2001 From: Derek Wang Date: Thu, 23 Jan 2025 23:37:26 -0800 Subject: [PATCH] . Signed-off-by: Derek Wang --- .github/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2f1a5bc32..6576da66b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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