Skip to content

Commit

Permalink
use chrome v118
Browse files Browse the repository at this point in the history
  • Loading branch information
denseflux authored Oct 17, 2023
1 parent 6830086 commit 19b58ea
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,16 @@ jobs:
uses: actions/upload-pages-artifact@v2
with:
path: ./public
- name: Use Node.js 16
- name: Get npx
uses: mikeal/npx@1.0.0

- name: start static web server
run: npx http-server -p 3000 &

- name: get chrome major version
run: CHROME_MAJOR_VERSION=$(google-chrome --version | sed -E "s/.* ([0-9]+)(\.[0-9]+){3}.*/\1/")

- name: get chromedriver
uses: nanasess/setup-chromedriver@v2.2.0
with:
chromedriver-version: $CHROME_MAJOR_VERSION
chromedriver-version: 118

- name: Run axe
run: |
Expand Down

0 comments on commit 19b58ea

Please sign in to comment.