Skip to content

Commit

Permalink
revert env, add chromedriver path explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Mar 20, 2023
1 parent bb2d804 commit ad28da3
Show file tree
Hide file tree
Showing 4 changed files with 541 additions and 19 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,10 @@ jobs:
- name: Run aXe accessibility testing on some representative URLs
run: |
npm i @axe-core/cli;
node_modules/.bin/http-server _site/ &
# We can focus AND scroll these regions. I thus disable their violation warning.
# Twitter isn't our fault. Sorry.
node_modules/.bin/axe --disable scrollable-region-focusable --exclude '#twitter-widget-0' \
node_modules/.bin/axe --disable scrollable-region-focusable --exclude '#twitter-widget-0' --chromedriver-path /usr/bin/chromedriver \
http://localhost:8080/training-material/ \
http://localhost:8080/training-material/hall-of-fame/ \
http://localhost:8080/training-material/hall-of-fame/hexylena/ \
Expand Down
Loading

0 comments on commit ad28da3

Please sign in to comment.