aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-06-23 08:19:59 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-06-23 08:19:59 +0300
commit9e8b9c898e2ea71524dc25fc646555fc7d7d2999 (patch)
treee8d16684797171d73bed85516eb586e0baf9a123
parentbugs: fix bugs to open count (diff)
downloadpkgdev-9e8b9c898e2ea71524dc25fc646555fc7d7d2999.tar.gz
pkgdev-9e8b9c898e2ea71524dc25fc646555fc7d7d2999.tar.bz2
pkgdev-9e8b9c898e2ea71524dc25fc646555fc7d7d2999.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 9f838be..bb4348a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -51,7 +51,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: