disable test report

Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
Benny Samir Hierl 2022-03-04 22:17:41 +01:00
parent bc1458d5a0
commit abf16aa242

View file

@ -31,13 +31,13 @@ jobs:
run: npm ci
- name: Unit tests
run: npm run test:unit:ci
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: Vitest Tests
path: reports/unittest.json
reporter: mocha-json
# - name: Test Report
# uses: dorny/test-reporter@v1
# if: success() || failure()
# with:
# name: Vitest Tests
# path: reports/unittest.json
# reporter: mocha-json
docker:
runs-on: ubuntu-latest
needs: