更新 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

This commit is contained in:
严浩
2025-02-22 16:30:22 +08:00
parent b61ed2be1c
commit 1935408f68

View File

@ -11,4 +11,4 @@ jobs:
steps:
- name: Test with Redis
run: |
docker ps --format "table {{.Names}}\t{{.Ports}}"
docker ps --format "table {{.Names}}"