1
All checks were successful
/ services-test (push) Successful in 0s
/ hashFiles (push) Successful in -2s
/ go-hashfiles (push) Successful in 17s
/ job1 (push) Successful in -2s
/ job3 (push) Has been skipped
/ job2 (push) Successful in 3s

This commit is contained in:
严浩
2025-02-26 12:37:05 +08:00
parent 6a25c2ef00
commit 0aeccd008f

View File

@ -12,7 +12,7 @@ jobs:
services:
redissss:
image: redis:alpine
options: --name redissss
options: --entrypoint redis-server
ports:
- 6379:6379
steps: