更新 GitHub Actions 工作流,简化 Redis 测试步骤中的 Docker 输出格式

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}}"