Skip to content

Commit

Permalink
Set RABBITMQ_RABBITMQCTL_PATH for the Ubuntu GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Mar 10, 2023
1 parent a7fd756 commit 73e042e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ jobs:
go-version: ${{ matrix.go-version }}
check-latest: true
- name: Tests
env:
RABBITMQ_RABBITMQCTL_PATH: DOCKER:${{ job.services.rabbitmq.id }}
run: make check-fmt tests

0 comments on commit 73e042e

Please sign in to comment.