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

0 comments on commit 66a0e0a

Please sign in to comment.