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 run: npm ci
- name: Unit tests - name: Unit tests
run: npm run test:unit:ci run: npm run test:unit:ci
- name: Test Report # - name: Test Report
uses: dorny/test-reporter@v1 # uses: dorny/test-reporter@v1
if: success() || failure() # if: success() || failure()
with: # with:
name: Vitest Tests # name: Vitest Tests
path: reports/unittest.json # path: reports/unittest.json
reporter: mocha-json # reporter: mocha-json
docker: docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: needs: