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:
commit
b5e99d96c9
2 changed files with 3 additions and 3 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Test
|
name: 'Test'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
||||||
|
|
4
.github/workflows/test_report.yml
vendored
4
.github/workflows/test_report.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: 'Test Report'
|
name: 'Test - Report results'
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ['test']
|
workflows: ['test']
|
||||||
|
@ -15,6 +15,6 @@ jobs:
|
||||||
- uses: dorny/test-reporter@v1
|
- uses: dorny/test-reporter@v1
|
||||||
with:
|
with:
|
||||||
artifact: /test-results-(.*)/
|
artifact: /test-results-(.*)/
|
||||||
name: 'Tests Results - $1'
|
name: 'test - Results ($1)'
|
||||||
path: '*junit.xml'
|
path: '*junit.xml'
|
||||||
reporter: java-junit
|
reporter: java-junit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue