Skip to content

Commit

Permalink
Run xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 5, 2024
1 parent 11881b4 commit 7e6dbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install tox
run: python -m pip install tox
- name: Run
run: tox -- -p no:xdist -v -k 'pyuri or novaclient'
run: tox -- -p no:xdist -v -k 'pyuri or novaclient' --runxfail
- name: Create coverage report
if: hashFiles('.coverage') != '' # Rudimentary `file.exists()`
run: pipx run coverage xml --ignore-errors
Expand Down

0 comments on commit 7e6dbe8

Please sign in to comment.