We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f4c5c commit 9e8b9c8Copy full SHA for 9e8b9c8
1 file changed
.github/workflows/test.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Install dependencies
52
run: |
53
python -m pip install --upgrade pip
54
- pip install ".[test]"
+ pip install ".[test]" pytest-github-actions-annotate-failures
55
56
- name: Test with pytest
57
env:
0 commit comments