diff --git a/.github/workflows/test-report-failed-run.yml b/.github/workflows/test-report-failed-run.yml new file mode 100644 index 000000000..71b748f32 --- /dev/null +++ b/.github/workflows/test-report-failed-run.yml @@ -0,0 +1,14 @@ +name: Test reporting a failed run +on: push + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: ./init + with: + languages: javascript + - name: Fail + run: exit 1 + - uses: ./analyze