Skip to content

Commit d9b3396

Browse files
authored
Merge pull request #1197 from stephen-totty-hpe/totty/bitnami3
2 parents 90cc910 + 1149470 commit d9b3396

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/integration.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ jobs:
4444
ports:
4545
- 4222:4222
4646

47-
jetstream:
48-
image: bitnami/nats:latest
49-
env:
50-
NATS_EXTRA_ARGS: "--jetstream --port 4223"
51-
ports:
52-
- 4223:4223
53-
5447
amqp:
5548
image: scholzj/qpid-dispatch
5649
env:
@@ -89,7 +82,14 @@ jobs:
8982
go-version: ${{ matrix.go-version }}
9083
cache-dependency-path: v2/go.sum
9184
id: go
92-
85+
86+
- name: run jetstream
87+
run: |
88+
docker run --name nats-server -p 4223:4223 -d nats:2.12.0 -js
89+
9390
- name: Test
9491
run: ./hack/integration-test.sh
9592

93+
- name: stop jetstream
94+
run: docker stop nats-server
95+
if: always()

0 commit comments

Comments
 (0)