Skip to content

Commit 192b703

Browse files
authored
tests.yml typo 2
1 parent 38151ac commit 192b703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- name: Run unit tests
3535
run: |
3636
mkdir -p test-reports
37-
py.test -v --junitxml=test-reports/junit.xml py_template/test/*.py
37+
py.test -v --junitxml=test-reports/junit.xml test/*.py

0 commit comments

Comments
 (0)