Skip to content

Commit 7fb5bf9

Browse files
authored
fix: add PUPPETEER_EXECUTABLE_PATH to a11y tests environment (#2571)
1 parent 2ac1a38 commit 7fb5bf9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/a11y.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- name: Run a11y tests
4141
env:
4242
URL_LIST: ${{ needs.read-config.outputs.urls }}
43+
PUPPETEER_EXECUTABLE_PATH: /usr/bin/google-chrome
4344
run: |
4445
yarn pa11y-ci $URL_LIST
4546

0 commit comments

Comments
 (0)