Skip to content

Commit 9edf434

Browse files
committed
Display and archive test reports even in case of failures
1 parent b189a0a commit 9edf434

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ jobs:
184184
$CONDA run --no-capture-output -n "$CONDA_ENV" coverage xml -o "reports/$CONDA_ENV/py-coverage.xml"
185185
done
186186
- name: Display Test Reports
187+
if: success() || failure()
187188
uses: dorny/test-reporter@v1
188189
with:
189190
name: Run Tests ${{ matrix.python-version }}

0 commit comments

Comments
 (0)