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 f965118 commit eb6b744
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/axe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
run: |
npm install -g @axe-core/cli
AXE_OUTPUT=$(axe https://beta.gouv.fr)
echo "$AXE_OUTPUT" >> $GITHUB_OUTPUT
echo $AXE_OUTPUT
echo "$AXE_OUTPUT=$(echo $AXE_OUTPUT)" >> $GITHUB_OUTPUT
- name: Read result
if: success() || failure()
Expand Down

0 comments on commit eb6b744

Please sign in to comment.