Skip to content

Commit

Permalink
set versions for alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
denseflux authored Oct 17, 2023
1 parent 52362d4 commit 6830086
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,14 @@ jobs:

- 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

- name: Run axe
run: |
Expand Down

0 comments on commit 6830086

Please sign in to comment.