Skip to content

Commit 015f637

Browse files
committed
Fix for Action
1 parent 758c448 commit 015f637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: pip install -e .
3636
- name: Test with pytest
3737
run: |
38-
pytest tests --junitxml=junit/test-results-${{ matrix.os }}-${{ matrix.python-version }}.xml --cov=com --cov-report=xml --cov-report=html
38+
pytest tests.py --junitxml=junit/test-results-${{ matrix.os }}-${{ matrix.python-version }}.xml --cov=com --cov-report=xml --cov-report=html
3939
- name: Upload pytest test results
4040
uses: actions/upload-artifact@v1
4141
with:

0 commit comments

Comments
 (0)