diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9ae5890..5343aeb 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -29,7 +29,7 @@ jobs: - run: npm run build - run: npm run test - name: Publish Test Results - run: npx github-actions-ctrf summary ctrf/ctrf-report.json + run: npx github-actions-ctrf summary ctrf/ctrf-report.json - run: npm run lint-check - run: npm run format-check