Skip to content

Commit

Permalink
Add a workflow to test reporting a failed run
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Nov 25, 2022
1 parent e233806 commit 44ae944
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test-report-failed-run.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 44ae944

Please sign in to comment.