Skip to content

Commit c3eeb14

Browse files
committed
chore(CI): remove service
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent a41d06b commit c3eeb14

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,6 @@ jobs:
1717
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
1818
runs-on: ${{ matrix.os }}
1919

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-
ports:
39-
# Maps port 6379 on service container to the host
40-
- 4150:4150
41-
4220
env:
4321
GO111MODULE: on
4422
TESTTAGS: ${{ matrix.test-tags }}

0 commit comments

Comments
 (0)