mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-07 09:04:29 +00:00
Github Actions: Run tests even if code style validation fails
The test suite will still fail, but we get all issues reported instead of just code style issues.
This commit is contained in:
1
.github/workflows/run-tests.yml
vendored
1
.github/workflows/run-tests.yml
vendored
@@ -45,6 +45,7 @@ jobs:
|
||||
flake8 picard --count --show-source --statistics
|
||||
isort --check-only --diff --recursive picard test
|
||||
- name: Test with pytest
|
||||
if: always()
|
||||
run: |
|
||||
pip install pytest pytest-randomly pytest-cov
|
||||
pytest --verbose --cov=picard --cov-report xml:coverage.xml test
|
||||
|
||||
Reference in New Issue
Block a user