add ports

This commit is contained in:
Silver Ghost 2022-11-15 16:41:12 +03:00
parent 224a951796
commit d4e9b82359
No known key found for this signature in database

View File

@ -19,6 +19,8 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 6379:6379
steps:
- name: Checkout
uses: actions/checkout@v3