Skip to content

Commit

Permalink
Use localhost as the rabbitmq address
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-r-marques committed Jul 23, 2021
1 parent bddf989 commit bc9261f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
go install github.com/golang/mock/[email protected]
go generate ./...
AMQP_SERVER="amqp://guest:guest@rabbitmq:5672/" go test -v ./...
AMQP_SERVER="amqp://guest:guest@localhost:5672/" go test -v ./...
- name: Set up Python 3.8
uses: actions/setup-python@v2
Expand All @@ -50,4 +50,4 @@ jobs:
- name: Test with pytest
run: |
AMQP_SERVER="amqp://guest:guest@rabbitmq:5672/" pytest pyworker
AMQP_SERVER="amqp://guest:guest@localhost:5672/" pytest pyworker

0 comments on commit bc9261f

Please sign in to comment.