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 16, 2024
1 parent 0071f27 commit ee72024
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/axe-a11y-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,9 @@ jobs:
- run: npm install
- run: npm install jsdom
- run: npm install -g http-server
- run: npm install -g mocha
- run: npm install eslint
- run: npm install eslint-config-google
- run: npm run build --if-present
- run: http-server -s &
- name: Run axe
run: |
npm install -g @axe-core/cli
axe http://localhost:4010 --exit
axe http://localhost:8000 --exit

0 comments on commit ee72024

Please sign in to comment.