summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-01-26 23:33:28 +0100
committerNejc Habjan <hab.nejc@gmail.com>2021-01-26 23:33:28 +0100
commit8f9223041481976522af4c4f824ad45e66745f29 (patch)
tree127799b5ff9c9acfb40eb63cfae5290888dd243e
parent8bb73a3440b79df93c43214c31332ad47ab286d8 (diff)
downloadgitlab-8f9223041481976522af4c4f824ad45e66745f29.tar.gz
chore(ci): add pytest PR annotations
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ef35986..4be5601 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
- run: pip install tox
+ run: pip install tox pytest-github-actions-annotate-failures
- name: Run tests
env:
TOXENV: ${{ matrix.toxenv }}
@@ -38,7 +38,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
- run: pip install tox
+ run: pip install tox pytest-github-actions-annotate-failures
- name: Run tests
env:
TOXENV: ${{ matrix.toxenv }}