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 cd4c106 commit 0e82743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
container:
image: erlang:${{ matrix.otp }}-alpine
options: --privileged
services:
jetstream:
image: nats:latest
steps:
-
name: Prepare
Expand All @@ -41,6 +38,7 @@ jobs:
-
name: Run tests
run: |
docker run -d --rm --publish 172.18.0.1:4222:4222/tcp nats:latest -js
# rebar3 xref
# rebar3 dialyzer
rebar3 ct --config priv/ct-github.config
Expand Down
2 changes: 1 addition & 1 deletion priv/ct-github.config
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{nats_host, ~"jetstream"}.
{nats_host, ~"172.18.0.1"}.

0 comments on commit 0e82743

Please sign in to comment.