Skip to content

Commit

Permalink
i
Browse files Browse the repository at this point in the history
  • Loading branch information
tlocke committed Sep 29, 2024
1 parent 9e2ecd1 commit c73f447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Check Podman version
run: podman --version
- name: Run postgresql
run: ${{ github.workspace }}/test/postgres_server/run_test_server.sh
run: test/postgres_server/run_test_server.sh
- name: Test with pytest
run: |
python -m pytest -x -v -W error test --ignore=test/test_readme.py
Expand Down

0 comments on commit c73f447

Please sign in to comment.