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 committed Apr 16, 2024
1 parent 5fd6dae commit 7f0a6af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/axe-a11y-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm install -g http-server
- run: npm install selenium-webdriver
- run: npm install @axe-core/webdriverjs
- run: npm run build --if-present
- run: http-server -s &
- run: chromedriver --headless &
- name: Run axe
run: |
npm install -g @axe-core/cli
Expand Down

0 comments on commit 7f0a6af

Please sign in to comment.