Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Nov 10, 2023
1 parent d4cf574 commit f711cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
secrets: inherit

test:
name: Python ${{ matrix.python-version }} tests
timeout-minutes: 5
runs-on: ubuntu-latest
defaults:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f711cb9

Please sign in to comment.