We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8976e commit 70f27fcCopy full SHA for 70f27fc
.github/workflows/go.yml
@@ -32,13 +32,6 @@ jobs:
32
GO111MODULE: on
33
GOPROXY: https://proxy.golang.org
34
35
- # Service containers to run with `container-job`
36
- services:
37
- nats:
38
- image: nats
39
- ports:
40
- - 4222:4222
41
-
42
steps:
43
- name: Set up Go ${{ matrix.go }}
44
uses: actions/setup-go@v3
@@ -58,6 +51,15 @@ jobs:
58
51
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
59
52
restore-keys: |
60
53
${{ runner.os }}-go-
54
+
55
+ - uses: mer-team/[email protected]
56
+ with:
57
+ RABBITMQ_USER: 'guest'
+ RABBITMQ_PASS: 'guest'
+ RABBITMQ_PORT: 5672
+ RABBITMQ_MNG_PORT: 15672
61
+ RABBITMQ_TAG: '3-management-alpine'
62
63
- name: Run Tests
64
run: |
65
go test -v -covermode=atomic -coverprofile=coverage.out
0 commit comments