Skip to content

Commit

Permalink
try 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Niessner authored and Al Niessner committed Jan 7, 2025
1 parent 5c8a94e commit e3d7618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dynamic_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
pip install -r .ci/requirements.txt
- name: Prepare Postgres
run: |
createdb -U tester testspace
createdb -h localhost -U tester testspace
- name: pytest
run: pytest --cov=dawgie --cov-branch --cov-report term-missing -v Test

0 comments on commit e3d7618

Please sign in to comment.