Commit 4e41cb28 by Bjorn Neergaard

ci: annotate pytest failures

parent 594d4208
...@@ -79,5 +79,8 @@ jobs: ...@@ -79,5 +79,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: poetry install run: poetry install
- name: Install pytest plugin
run: poetry run pip install pytest-github-actions-annotate-failures
- name: Run pytest - name: Run pytest
run: poetry run python -m pytest -p no:sugar -q tests/ run: poetry run python -m pytest -p no:sugar -q tests/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment