mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 20:00:01 +02:00
🚧 GitHub Actions: Test report
This commit is contained in:
parent
44d4742570
commit
f61b81c98e
1 changed files with 5 additions and 7 deletions
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
|
@ -34,13 +34,11 @@ jobs:
|
|||
with:
|
||||
name: test-results
|
||||
path: test-results
|
||||
report:
|
||||
runs-on: ubuntu-latest
|
||||
needs: test
|
||||
steps:
|
||||
- uses: dorny/test-reporter@v1
|
||||
|
||||
- name: Report tests
|
||||
uses: dorny/test-reporter@v1
|
||||
if: success() || failure()
|
||||
with:
|
||||
artifact: test-results
|
||||
name: Tests
|
||||
path: 'junit.xml'
|
||||
path: 'test-results/junit.xml'
|
||||
reporter: jest-junit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue