1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-07-01 14:40:00 +02:00

Merge pull request #144 from qurator-spk/fix/make-test-results-clearer

✔  GitHub Actions: Make reporting results clearer
This commit is contained in:
Mike Gerber 2025-04-25 11:31:29 +02:00 committed by GitHub
commit b5e99d96c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
name: Test
name: 'Test'
on:

View file

@ -1,4 +1,4 @@
name: 'Test Report'
name: 'Test - Report results'
on:
workflow_run:
workflows: ['test']
@ -15,6 +15,6 @@ jobs:
- uses: dorny/test-reporter@v1
with:
artifact: /test-results-(.*)/
name: 'Tests Results - $1'
name: 'test - Results ($1)'
path: '*junit.xml'
reporter: java-junit