diff --git a/.github/workflows/test-pr.yaml b/.github/workflows/test-pr.yaml index fcc5af749..1d153c309 100644 --- a/.github/workflows/test-pr.yaml +++ b/.github/workflows/test-pr.yaml @@ -187,7 +187,10 @@ jobs: - run: QUICKTEST=true FIXTURE=${{ matrix.fixture }} npm test test-complete: + if: ${{ cancelled() || contains(needs.*.result, 'cancelled') || contains(needs.*.result, 'failure') }} needs: test runs-on: ubuntu-latest steps: - - run: echo 🎉 + - run: | + echo "Some workflows have failed!" + exit 1