Skip to content

Commit

Permalink
try 8
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 b890e87 commit 520370e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dynamic_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Prepare Postgres
run: |
echo "localhost:5432:testspace:tester:password" > ${HOME}/.pgpass
chmod 600 ${HOME}/.pgpass
createdb -h localhost -U tester testspace
- name: pytest
run: pytest --cov=dawgie --cov-branch --cov-report term-missing -v Test

0 comments on commit 520370e

Please sign in to comment.