Skip to content

Commit 9e8b9c8

Browse files
committed
ci: add pytest-github-actions-annotate-failures for test
Signed-off-by: Arthur Zamarin <[email protected]>
1 parent d8f4c5c commit 9e8b9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install dependencies
5252
run: |
5353
python -m pip install --upgrade pip
54-
pip install ".[test]"
54+
pip install ".[test]" pytest-github-actions-annotate-failures
5555
5656
- name: Test with pytest
5757
env:

0 commit comments

Comments
 (0)