Skip to content

Commit d83c71e

Browse files
committed
remove container_name
1 parent 4a33f0b commit d83c71e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
path: ${{ github.workspace }}/.nyc_output
8686
services:
8787
redis:
88-
container_name: redis-ci
8988
image: redis:alpine
9089
ports:
9190
- 6379:6379
@@ -95,7 +94,6 @@ jobs:
9594
--health-timeout 5s
9695
--health-retries 5
9796
postgres:
98-
container_name: postgres-ci
9997
image: postgres:alpine
10098
ports:
10199
- 5432:5432

0 commit comments

Comments
 (0)