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 3, 2024
1 parent 3b5de96 commit f245282
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/axe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
id: axe
run: |
npm install -g @axe-core/cli
axe https://beta.gouv.fr
echo "AXE_OUTPUT=$(axe https://beta.gouv.fr)" >> $GITHUB_OUTPUT
- name: Read result
if: success() || failure()
run: |
echo "$AXE_OUTPUT"
env:
AXE_OUTPUT: ${{toJSON(steps.axe.outputs)}}

0 comments on commit f245282

Please sign in to comment.