We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38151ac commit 192b703Copy full SHA for 192b703
.github/workflows/tests.yml
@@ -34,4 +34,4 @@ jobs:
34
- name: Run unit tests
35
run: |
36
mkdir -p test-reports
37
- py.test -v --junitxml=test-reports/junit.xml py_template/test/*.py
+ py.test -v --junitxml=test-reports/junit.xml test/*.py
0 commit comments