This commit is contained in:
Silver Ghost 2022-11-15 16:55:23 +03:00
parent 6bc6f208fc
commit b5f55b3f5f
No known key found for this signature in database

View File

@ -11,13 +11,10 @@ jobs:
services:
redis:
image: redis
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 6379:6379
- 6379/tcp
options: --entrypoint redis-server
steps:
- name: Checkout
uses: actions/checkout@v3