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 d29baa1 commit 8baa75e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
otp: [27.0, 27.1]
container:
image: erlang:${{ matrix.otp }}-alpine
options: --privileged
services:
nats:
image: nats:latest
ports:
- 4222:4222
options: >-
-js
steps:
-
name: Prepare
Expand All @@ -46,6 +47,7 @@ jobs:
ip addr
ip route
ss -atnp
cat /etc/hosts
rebar3 xref
rebar3 dialyzer
rebar3 ct
Expand Down

0 comments on commit 8baa75e

Please sign in to comment.