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 6ce9e7a commit 8c62f30
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/axe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,13 @@ jobs:
- name: Run axe
run: |
npm install -g @axe-core/cli
axe https://beta.gouv.fr --exit
{
echo 'axe_output<<EOF'
axe https://beta.gouv.fr --exit 2>&1
echo EOF
} >> "$GITHUB_ENV"
- name: Read result
if: success() || failure()
id: unit_test_report
run: |
echo "$axe_output"

0 comments on commit 8c62f30

Please sign in to comment.