We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c38b4 commit fa9dcdfCopy full SHA for fa9dcdf
1 file changed
.github/workflows/test-suite.yaml
@@ -48,7 +48,7 @@ jobs:
48
GCLOUD_API_CREDENTIALS_BASE64: ${{ secrets.GCLOUD_API_CREDENTIALS_BASE64 }}
49
AZURE_CONNECTION_STRING: ${{ secrets.AZURE_CONNECTION_STRING }}
50
if: github.event_name == 'push' && github.repository == 'jasongi/collectfasta'
51
- run: coverage run -m pytest
+ run: coverage run -m pytest -svv
52
test-django-5:
53
runs-on: ubuntu-latest
54
strategy:
0 commit comments