From 1935408f68ac0807ddc718f90f4d31ddecc535ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sat, 22 Feb 2025 16:30:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20GitHub=20Actions=20?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=EF=BC=8C=E7=AE=80=E5=8C=96=20Redis?= =?UTF-8?q?=20=E6=B5=8B=E8=AF=95=E6=AD=A5=E9=AA=A4=E4=B8=AD=E7=9A=84=20Doc?= =?UTF-8?q?ker=20=E8=BE=93=E5=87=BA=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/services-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/services-test.yaml b/.github/workflows/services-test.yaml index 058f33c..236b12b 100644 --- a/.github/workflows/services-test.yaml +++ b/.github/workflows/services-test.yaml @@ -11,4 +11,4 @@ jobs: steps: - name: Test with Redis run: | - docker ps --format "table {{.Names}}\t{{.Ports}}" \ No newline at end of file + docker ps --format "table {{.Names}}" \ No newline at end of file