Add `--show-diff-on-failure` option to Python lint checks in GitHub Actions.

pull/58/head
alufers 2 years ago
parent b341493b1d
commit 8529b6c02d

@ -34,7 +34,7 @@ jobs:
poetry install poetry install
- name: Run Python lint checks - name: Run Python lint checks
run: | run: |
poetry run pre-commit run --all-files poetry run pre-commit run --all-files --show-diff-on-failure
- name: Run Python tests - name: Run Python tests
run: | run: |
poetry run pytest --cov poetry run pytest --cov

Loading…
Cancel
Save