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

🚧 GitHub Actions: Test report

This commit is contained in:
Mike Gerber 2023-08-04 17:47:58 +02:00
parent 44d4742570
commit f61b81c98e

View file

@ -34,13 +34,11 @@ jobs:
with: with:
name: test-results name: test-results
path: test-results path: test-results
report:
runs-on: ubuntu-latest - name: Report tests
needs: test uses: dorny/test-reporter@v1
steps: if: success() || failure()
- uses: dorny/test-reporter@v1
with: with:
artifact: test-results
name: Tests name: Tests
path: 'junit.xml' path: 'test-results/junit.xml'
reporter: jest-junit reporter: jest-junit