Skip to content

Commit

Permalink
Sets up Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarstairs-scottlogic committed Nov 29, 2023
1 parent d17217c commit f94ea9b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check-a11y-of-changed-content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,12 @@ jobs:
- name: Install NPM dependencies
run: npm ci

- name: Setup Chrome
uses: browser-actions/setup-chrome@v1
id: setup-chrome

- name: Wait for blog to be running
run: npx wait-on http://localhost:4000 --timeout 60000

- name: Run pa11y-ci
run: npx pa11y-ci
run: CHROMIUM_BIN=$(which chrome) npx pa11y-ci

0 comments on commit f94ea9b

Please sign in to comment.