Skip to content

Commit fa9dcdf

Browse files
committed
run live tests with verbose output
1 parent 27c38b4 commit fa9dcdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-suite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
GCLOUD_API_CREDENTIALS_BASE64: ${{ secrets.GCLOUD_API_CREDENTIALS_BASE64 }}
4949
AZURE_CONNECTION_STRING: ${{ secrets.AZURE_CONNECTION_STRING }}
5050
if: github.event_name == 'push' && github.repository == 'jasongi/collectfasta'
51-
run: coverage run -m pytest
51+
run: coverage run -m pytest -svv
5252
test-django-5:
5353
runs-on: ubuntu-latest
5454
strategy:

0 commit comments

Comments
 (0)