Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
RoadRunnr committed Oct 22, 2024
1 parent 84620ab commit d766763
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit d766763

Please sign in to comment.