Skip to content

Commit 8f92230

Browse files
committed
chore(ci): add pytest PR annotations
1 parent 8bb73a3 commit 8f92230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install dependencies
24-
run: pip install tox
24+
run: pip install tox pytest-github-actions-annotate-failures
2525
- name: Run tests
2626
env:
2727
TOXENV: ${{ matrix.toxenv }}
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040
- name: Install dependencies
41-
run: pip install tox
41+
run: pip install tox pytest-github-actions-annotate-failures
4242
- name: Run tests
4343
env:
4444
TOXENV: ${{ matrix.toxenv }}

0 commit comments

Comments
 (0)