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 a41d06b commit c3eeb14Copy full SHA for c3eeb14
.github/workflows/go.yml
@@ -17,28 +17,6 @@ jobs:
17
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
18
runs-on: ${{ matrix.os }}
19
20
- # Service containers to run with `container-job`
21
- services:
22
- # Label used to access the service container
23
- redis:
24
- # Docker Hub image
25
- image: redis
26
- # Set health checks to wait until redis has started
27
- options: >-
28
- --health-cmd "redis-cli ping"
29
- --health-interval 10s
30
- --health-timeout 5s
31
- --health-retries 5
32
- ports:
33
- # Maps port 6379 on service container to the host
34
- - 6379:6379
35
-
36
- nsq:
37
- image: nsqio/nsq
38
39
40
- - 4150:4150
41
42
env:
43
GO111MODULE: on
44
TESTTAGS: ${{ matrix.test-tags }}
0 commit comments