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 eb6b744 commit 7aaec91
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/axe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ jobs:
id: axe
shell: bash
run: |
npm install -g @axe-core/cli
AXE_OUTPUT=$(axe https://beta.gouv.fr)
echo $AXE_OUTPUT
echo "$AXE_OUTPUT=$(echo $AXE_OUTPUT)" >> $GITHUB_OUTPUT
{
npm install -g @axe-core/cli
echo 'AXE_OUTPUT<<EOF'
axe https://beta.gouv.fr
echo EOF
} >> "$GITHUB_ENV"
- name: Read result
if: success() || failure()
Expand Down

0 comments on commit 7aaec91

Please sign in to comment.