diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6310ca40..0c64338d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,9 +31,11 @@ jobs: --eval-workers 4 --result-format junit --result-file report.xml + --no-nom - name: report uses: dorny/test-reporter@main if: success() || failure() with: + name: Build Repoprt path: reports/report.xml reporter: jest-junit