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