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 5ced8b9 commit e6dac15
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/axe-a11y-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- 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: http-server -s &
- run: npm run build --if-present
- name: Start Application
run: npm start &
- name: Wait for Application to Start
uses: jakejarvis/wait-action@master
with:
time: '30s'
entryPoint: 'http://localhost:4010'
- name: Run axe
run: |
npm install -g @axe-core/cli
Expand Down

0 comments on commit e6dac15

Please sign in to comment.