diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 5d18323d..9f255751 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -39,7 +39,7 @@ jobs: - name: Run Tests id: tests continue-on-error: true - run: npm run tests + run: npm run test - name: Run npm build id: build