From f711cb944564b8ccf08ce90a0314c6599474fbe4 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Fri, 10 Nov 2023 16:07:02 -0500 Subject: [PATCH] x --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97e0545f..fe3980ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,6 @@ jobs: secrets: inherit test: - name: Python ${{ matrix.python-version }} tests timeout-minutes: 5 runs-on: ubuntu-latest defaults: @@ -63,6 +62,7 @@ jobs: --health-timeout 5s --health-retries 5 + name: Python ${{ matrix.python-version }} tests steps: - name: "Check redis is reachable" run: redis-cli -h localhost -p 5432 ping