更新 GitHub Actions 工作流,简化 Redis 测试步骤中的 Docker 输出格式
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