Skip to content

Commit

Permalink
test test test test
Browse files Browse the repository at this point in the history
  • Loading branch information
Debianov committed Aug 30, 2024
1 parent b746e90 commit d55aa1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
POSTGRES_PASSWORD: postgres
POSTGRES_TEST_DBNAME: postgres
POSTGRES_USER: postgres
run: poetry run psql --set=ON_ERROR_STOP=1 --host=127.0.0.1 --port=5432 --username=postgres --dbname=postgres --file=schema.sql --echo-errors
run: poetry run psql --set=ON_ERROR_STOP=1 --host=${{ env.POSTGRES_HOST }} --port=${{ env.POSTGRES_PORT }} --password=${{ env.POSTGRES_PASSWORD }} --username=${{ env.POSTGRES_USER }} --dbname=${{ env.POSTGRES_TEST_DBNAME }} --file=schema.sql --echo-errors
- name: Run tests
run: |
poetry run pytest

0 comments on commit d55aa1f

Please sign in to comment.