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 14, 2024
1 parent d030a5c commit 0071f27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/axe-a11y-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:
- run: npm install -g mocha
- run: npm install eslint
- run: npm install eslint-config-google
- run: http-server -s &
- run: npm ci
- run: npm run build --if-present
- run: http-server -s &
- name: Run axe
run: |
npm install -g @axe-core/cli
Expand Down

0 comments on commit 0071f27

Please sign in to comment.