diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-23 08:19:59 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-23 08:19:59 +0300 |
commit | 9e8b9c898e2ea71524dc25fc646555fc7d7d2999 (patch) | |
tree | e8d16684797171d73bed85516eb586e0baf9a123 /.github | |
parent | bugs: fix bugs to open count (diff) | |
download | pkgdev-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>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
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: |