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 e6dac15 commit 618cff4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/axe-a11y-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
- run: npm install -g mocha
- run: npm install eslint
- run: npm install eslint-config-google
- run: |
until curl -sSf http://localhost:4010 >/dev/null; do
echo "Waiting for server to start..."
sleep 5
done
- run: http-server -s &
- run: npm run build --if-present
- name: Run axe
Expand Down

0 comments on commit 618cff4

Please sign in to comment.