Add a workflow to test reporting a failed run

This commit is contained in:
Henry Mercer 2022-11-22 18:46:13 +00:00
parent e2338066a1
commit 44ae944a29

View file

@ -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