aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-06-23 08:24:33 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-06-23 08:24:33 +0300
commit83dd99d490fa4fd0785053b99ec617fd0851d409 (patch)
tree3e77b1b8332670f5c77c39899cdfee4f8df0e662
parentexamples/set_maintainers: small tool to set bug maintainers (diff)
downloadpkgcore-83dd99d490fa4fd0785053b99ec617fd0851d409.tar.gz
pkgcore-83dd99d490fa4fd0785053b99ec617fd0851d409.tar.bz2
pkgcore-83dd99d490fa4fd0785053b99ec617fd0851d409.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 c74245ee..2bd95edd 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -59,7 +59,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- pip install ".[test]"
+ pip install ".[test]" pytest-github-actions-annotate-failures
- name: Test with pytest
env: