From d766763c291ea7adfe0ec8527e3bb66892583342 Mon Sep 17 00:00:00 2001 From: Andreas Schultz Date: Tue, 22 Oct 2024 11:04:41 +0200 Subject: [PATCH] debug --- .github/workflows/main.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 97afbd1..d0b4d6f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,20 +17,13 @@ jobs: otp: [27.0, 27.1] container: image: erlang:${{ matrix.otp }}-alpine - services: - nats: - image: nats:latest - ports: - - 4222:4222 - options: >- - --entrypoint "/nats-server --config nats-server.conf -js" steps: - name: Prepare run: | apk update apk --no-cache upgrade - apk --no-cache add git zstd iproute2 iproute2-ss + apk --no-cache add podman git zstd iproute2 iproute2-ss - name: git special configs run: | @@ -44,6 +37,7 @@ jobs: - name: Run tests run: | + podman run -d --rm --publish 127.0.0.1:4222:4222 nats:latest --jetstream ip addr ip route ss -atnp