diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6de3a89..c9bd72e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,9 +18,6 @@ jobs: container: image: erlang:${{ matrix.otp }}-alpine options: --privileged - services: - jetstream: - image: nats:latest steps: - name: Prepare @@ -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 diff --git a/priv/ct-github.config b/priv/ct-github.config index a190c8f..ae4ae55 100644 --- a/priv/ct-github.config +++ b/priv/ct-github.config @@ -1 +1 @@ -{nats_host, ~"jetstream"}. \ No newline at end of file +{nats_host, ~"172.18.0.1"}. \ No newline at end of file