Skip to content

Commit cfe2df2

Browse files
committed
ci: add -v flag to see why github actions tests are getting stuck
They are getting stuck at 77% but it works fine locally
1 parent 36e77a2 commit cfe2df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/run-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ done
1212

1313
# run the tests
1414
echo "Running pytest with coverage"
15-
pytest --cov="dataimporter" --cov-report term-missing tests
15+
pytest -v --cov="dataimporter" --cov-report term-missing tests
1616
# store the exit code from the pytest run
1717
test_exit_code=$?
1818

0 commit comments

Comments
 (0)