We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4c002 commit 20fbb1bCopy full SHA for 20fbb1b
1 file changed
.github/workflows/workflow.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Run tests
32
run: |
33
- python -m unittest discover -s /tests
+ python -m unittest discover -s tests/
34
35
- name: Lint Action
36
uses: wearerequired/lint-action@v2.3.0
0 commit comments