Skip to content

Commit

Permalink
Update axe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet authored Apr 4, 2024
1 parent 5cad1d5 commit 527dfc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/axe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ jobs:
${{ env.AXE_OUTPUT }}
```
- name: Exit code
if: ${{ contains(env.AXE_OUTPUT, 'Accessibility issues detected') }}
run: |
exit 1

0 comments on commit 527dfc0

Please sign in to comment.