Skip to content

Commit 69b65fe

Browse files
author
rs
committed
#33 use test-reporter on test report file
1 parent 3700e8e commit 69b65fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ jobs:
2222
- name: Test with pytest
2323
run: |
2424
pytest --junitxml="result.xml"
25+
- name: Test report
26+
uses: dorny/test-reporter@v1
27+
if: success() || failure()
28+
with:
29+
name: Tests
30+
path: result.xml
31+
reporter: java-junit

0 commit comments

Comments
 (0)