Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run pa11y for debugging
Browse files Browse the repository at this point in the history
jcarstairs-scottlogic committed Nov 28, 2023
1 parent bc2777a commit 1d36e2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-a11y-of-changed-content.yaml
Original file line number Diff line number Diff line change
@@ -60,5 +60,8 @@ jobs:
- name: Wait for blog to be running
run: npx wait-on http://localhost:4000 --timeout 60000

- name: Run pa11y (for debugging)
run: npx pa11y http://localhost:4000 --debug

- name: Run pa11y-ci
run: npx pa11y-ci

0 comments on commit 1d36e2b

Please sign in to comment.