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

0 comments on commit cf41efa

Please sign in to comment.