diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df2f6da..868e79c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,8 +29,12 @@ jobs: run: npm test --ignore-scripts # run lint only once test: runs-on: ubuntu-latest + if: ${{ always() }} needs: test_matrix steps: + - run: exit 1 + if: ${{ needs.test_matrix.result != 'success' }} + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 - run: npm ci - run: npm run lint