Skip to content

Commit 45271b6

Browse files
committed
deleted comments from yml
1 parent 0b285bb commit 45271b6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/django-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,14 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
services:
15-
# Label used to access the service container
1615
redis:
17-
# Docker Hub image
1816
image: redis
19-
# Set health checks to wait until redis has started
2017
options: >-
2118
--health-cmd "redis-cli ping"
2219
--health-interval 10s
2320
--health-timeout 5s
2421
--health-retries 5
2522
ports:
26-
# Maps port 6379 on service container to the host
2723
- 6379:6379
2824

2925
steps:

0 commit comments

Comments
 (0)