Skip to content

Commit

Permalink
miss
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Nov 22, 2020
1 parent d8d7706 commit 257a0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Tests
run: |
# tox --sitepackages
coverage run --source pl_bolts -m pytest tests -v --junitxml=junit/test-results-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.requires }}.xml
coverage run --source pl_bolts -m pytest pl_bolts tests -v --junitxml=junit/test-results-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.requires }}.xml
coverage xml
- name: Upload pytest test results
Expand Down

0 comments on commit 257a0db

Please sign in to comment.