aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-06-23 08:21:25 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-06-23 08:21:25 +0300
commit6c10670969a4d59b42b80d9269cf87bc7952cc88 (patch)
tree3a4a65c4029ef0d47808af73150dddac69e64750
parentci: use new PyPI OIDC publish (diff)
downloadsnakeoil-6c10670969a4d59b42b80d9269cf87bc7952cc88.tar.gz
snakeoil-6c10670969a4d59b42b80d9269cf87bc7952cc88.tar.bz2
snakeoil-6c10670969a4d59b42b80d9269cf87bc7952cc88.zip
ci: add pytest-github-actions-annotate-failures for test
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 019a76c..9c767a2 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- pip install .[test]
+ pip install ".[test]" pytest-github-actions-annotate-failures
- name: Install non-python deps
if: ${{ matrix.os == 'ubuntu-latest' }}