Skip to content

Commit a7eb8d4

Browse files
committed
🔧 update code-counter-CI.yml
1 parent 7c02242 commit a7eb8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-counter-CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Test with pytest
20-
run: python -m unittest discover -s test -p "test.py"
20+
run: python -m unittest discover -s tests -p "test_*.py"

0 commit comments

Comments
 (0)