Skip to content

Commit 48aef3a

Browse files
committed
ci: add dorny/test-reporter for JUnit results in GitHub UI
1 parent 2434e12 commit 48aef3a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,14 @@ jobs:
178178
path: test-results.xml
179179
retention-days: 7
180180

181+
- name: Report test results
182+
if: always()
183+
uses: dorny/test-reporter@v2
184+
with:
185+
name: Test Results (Python ${{ matrix.python-version }})
186+
path: test-results.xml
187+
reporter: java-junit
188+
181189
- name: Fix workspace permissions
182190
if: always()
183191
run: sudo chown -R $(id -u):$(id -g) "${{ github.workspace }}"

0 commit comments

Comments
 (0)