diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e74050c..5d1c488 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: