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:
|
services:
|
||||||
redissss:
|
redissss:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
options: --name redissss
|
options: --entrypoint redis-server
|
||||||
ports:
|
ports:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user