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 e36a2c2 commit 3533d75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/tests.golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@ jobs:
docker-compose run -T nats&
sleep 10
- name: List Docker containers
run: docker ps

- name: Unit tests
run: make test
2 changes: 1 addition & 1 deletion znats/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func setup() {
fmt.Println("Setting up nats component ...")
var err error
natsComponent, err = NewNatsComponent(ConfigNats{
ServerUrl: "http://127.0.0.1:4222",
ServerUrl: "http://localhost:4222",
CredentialJWT: "",
CredentialSeed: "",
ResourcePrefixes: prefixes,
Expand Down

0 comments on commit 3533d75

Please sign in to comment.