We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11c2c3 commit e7a1eeaCopy full SHA for e7a1eea
.github/workflows/run_tests.yaml
@@ -41,4 +41,5 @@ jobs:
41
fi
42
43
- name: Run unit tests
44
- run: python -m unittest discover -s tests
+ shell: bash
45
+ run: python -m unittest discover -s tests -v
0 commit comments