Skip to content

Commit

Permalink
change to fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoAzzi committed Mar 12, 2023
1 parent d6de741 commit 3e4b246
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 @@ -45,7 +45,7 @@ jobs:
POSTGRES_DB: validation
run: |
SERVER_LOG=$(mktemp)
coverage run -m src.server >& $SERVER_LOG &
coverage run -m src.main >& $SERVER_LOG &
serverPID=$!
sleep 3
pytest tests/
Expand Down

0 comments on commit 3e4b246

Please sign in to comment.