mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 20:00:01 +02:00
Improve report
This commit is contained in:
parent
f4ff6a8f31
commit
967f833eac
2 changed files with 5 additions and 5 deletions
6
.github/workflows/test_report.yml
vendored
6
.github/workflows/test_report.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
steps:
|
||||
- uses: dorny/test-reporter@v1.7.0
|
||||
with:
|
||||
artifact: /test-results-.*/
|
||||
name: Tests Results
|
||||
path: 'junit.xml'
|
||||
artifact: /test-results-(.*)/
|
||||
name: 'Tests Results - $1'
|
||||
path: '*junit.xml'
|
||||
reporter: java-junit
|
Loading…
Add table
Add a link
Reference in a new issue