We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758c448 commit 015f637Copy full SHA for 015f637
.github/workflows/build_and_test.yml
@@ -35,7 +35,7 @@ jobs:
35
run: pip install -e .
36
- name: Test with pytest
37
run: |
38
- pytest tests --junitxml=junit/test-results-${{ matrix.os }}-${{ matrix.python-version }}.xml --cov=com --cov-report=xml --cov-report=html
+ pytest tests.py --junitxml=junit/test-results-${{ matrix.os }}-${{ matrix.python-version }}.xml --cov=com --cov-report=xml --cov-report=html
39
- name: Upload pytest test results
40
uses: actions/upload-artifact@v1
41
with:
0 commit comments