Skip to content

Commit

Permalink
try to fix contrast issue
Browse files Browse the repository at this point in the history
  • Loading branch information
steiningermo committed Jun 22, 2024
1 parent 4d80e3c commit 114c951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- name: Install needed Chrome Version
run: npm install -g chromedriver@125
- name: Run Axe with set Chromedriver path
continue-on-error: true
run: axe http://localhost:8080, http://localhost:8080/game, http://localhost:8080/cheat, http://localhost:8080/solver --chromedriver-path $(npm root -g)/chromedriver/bin/chromedriver --exit
- name: Comment on PR
if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit 114c951

Please sign in to comment.