1
0
Fork 0
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:
Sadra Barikbin 2024-01-06 23:50:58 +03:30 committed by Mike Gerber
parent f4ff6a8f31
commit 967f833eac
2 changed files with 5 additions and 5 deletions

View file

@ -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