Skip to content

Commit

Permalink
try wait
Browse files Browse the repository at this point in the history
  • Loading branch information
nccshecodes committed Jun 17, 2021
1 parent a203c93 commit c722761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pa11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Build
run: yarn run production
- name: Start server
run: cd dist && npx serve && npx wait-on 'http://localhost:5000' && curl http://localhost:8000 &
run: cd dist && npx serve && npx wait-on 'http://localhost:5000' && wait 10 &
- name: Run pa11y tests
run: yarn test-pa11y

0 comments on commit c722761

Please sign in to comment.