diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index ac4558f9..d5b48256 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -19,7 +19,7 @@ jobs: uses: ./.github/actions/npm - name: Run tests - run: pnpm test + run: npm test - name: Store test coverage results uses: actions/upload-artifact@v4