Skip to content

Commit

Permalink
github actions python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Jun 25, 2024
1 parent e9c8334 commit 15f664e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
EOF
- name: Restart postgres
run: |
docker restart --time 0 my_postgres_container && sleep 5
docker restart --time 0 postgres && sleep 5
- uses: actions/checkout@v4
# with:
Expand Down

0 comments on commit 15f664e

Please sign in to comment.