We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4d948 commit 0b285bbCopy full SHA for 0b285bb
1 file changed
.github/workflows/django-test.yml
@@ -22,6 +22,9 @@ jobs:
22
--health-interval 10s
23
--health-timeout 5s
24
--health-retries 5
25
+ ports:
26
+ # Maps port 6379 on service container to the host
27
+ - 6379:6379
28
29
steps:
30
- uses: actions/checkout@v2
0 commit comments