更新 GitHub Actions 工作流,简化 Redis 测试步骤中的 Docker 输出格式
Some checks failed
/ services-test (push) Successful in -4s
/ hashFiles (push) Successful in -7s
/ go-hashfiles (push) Successful in -19s
/ job1 (push) Successful in -33s
/ job3 (push) Has been skipped
/ job2 (push) Successful in -33s
/ test-timezone (push) Has been cancelled
Some checks failed
/ services-test (push) Successful in -4s
/ hashFiles (push) Successful in -7s
/ go-hashfiles (push) Successful in -19s
/ job1 (push) Successful in -33s
/ job3 (push) Has been skipped
/ job2 (push) Successful in -33s
/ test-timezone (push) Has been cancelled
This commit is contained in:
2
.github/workflows/services-test.yaml
vendored
2
.github/workflows/services-test.yaml
vendored
@ -11,4 +11,4 @@ jobs:
|
||||
steps:
|
||||
- name: Test with Redis
|
||||
run: |
|
||||
docker ps --format "table {{.Names}}\t{{.Ports}}"
|
||||
docker ps --format "table {{.Names}}"
|
Reference in New Issue
Block a user