diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2fcd60a..03b68ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,6 +44,13 @@ jobs: - name: Install Dependencies run: npm ci + - name: Test Coverage + uses: ArtiomTr/jest-coverage-report-action@v2.0-rc.6 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + + + - name: Build run: npm run build ${{ matrix.BUILD_ARGS }}