Skip to content

Commit

Permalink
Sets up Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarstairs-scottlogic committed Nov 29, 2023
1 parent 84d1e31 commit 9015aec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/check-a11y-of-changed-content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@ jobs:
- name: Install NPM dependencies
run: npm ci

- name: Setup Chrome
uses: browser-actions/setup-chrome@v1
with:
chrome-version: beta
id: setup-chrome

- name: Log Chrome setup info
run: |
echo Installed chromium version: ${{ steps.setup-chrome.outputs.chrome-version }}
${{ steps.setup-chrome.outputs.chrome-path }} --version
- name: Wait for blog to be running
run: npx wait-on http://127.0.0.1:4000 --timeout 60000

Expand Down

0 comments on commit 9015aec

Please sign in to comment.