Skip to content

Commit

Permalink
Update axe-a11y-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nwanduka authored Apr 11, 2024
1 parent f5c7bf1 commit d975ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/axe-a11y-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
- run: npm start & npx wait-on http://localhost:4010
- name: Run axe
run: |
console.log("Debug message: Running axe-core accessibility checks...");
npm install -g @axe-core/cli
axe http://localhost:4010 --exit

0 comments on commit d975ac4

Please sign in to comment.