Skip to content

Commit 5d89692

Browse files
Publish Unit Test Results to the PR
1 parent 3a6bfa2 commit 5d89692

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,9 @@ jobs:
4545
with:
4646
name: junit-results-${{ matrix.python-version }}
4747
path: tests/python/junit-${{ matrix.python-version }}.xml
48+
49+
- name: Publish Unit Test Results to PR
50+
if: always()
51+
uses: EnricoMi/publish-unit-test-result-action@v2
52+
with:
53+
files: tests/python/junit-*.xml

0 commit comments

Comments
 (0)