Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslopezf committed Feb 2, 2024
1 parent a950a0d commit 48f839d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
run: |
make build
- name: Start NATS Container
run: |
docker run -d -p 4222:4222 -p 5530:5530 -v $(pwd)/nats_config.yaml:/root/config.yaml nats:latest -js -m 5530 -c /root/config.yaml
sleep 10
# - name: Nats server
# run: |
# docker-compose run -T nats -js -m 5530 -c /root/config.yaml &
Expand Down

0 comments on commit 48f839d

Please sign in to comment.