Skip to content

Commit

Permalink
ci: add -v flag to see why github actions tests are getting stuck
Browse files Browse the repository at this point in the history
They are getting stuck at 77% but it works fine locally
  • Loading branch information
jrdh committed Aug 11, 2024
1 parent 36e77a2 commit cfe2df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ done

# run the tests
echo "Running pytest with coverage"
pytest --cov="dataimporter" --cov-report term-missing tests
pytest -v --cov="dataimporter" --cov-report term-missing tests
# store the exit code from the pytest run
test_exit_code=$?

Expand Down

0 comments on commit cfe2df2

Please sign in to comment.