1
This commit is contained in:
2
.github/workflows/services-test.yaml
vendored
2
.github/workflows/services-test.yaml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
services:
|
||||
redissss:
|
||||
image: redis:alpine
|
||||
options: --name redissss
|
||||
options: --entrypoint redis-server
|
||||
ports:
|
||||
- 6379:6379
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user