Skip to content

Commit

Permalink
headless flag
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelleHub committed Jul 31, 2024
1 parent 5422831 commit 1efb89c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/documentation_accessibility_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,7 @@ jobs:
cache: yarn
cache-dependency-path: VAMobile/yarn.lock
- name: Install ChromeDriver

run: |
# Determine the Chrome version installed
chrome_version=$(google-chrome --version | grep -oP '\d+\.\d+\.\d+')
# Install the matching ChromeDriver version
npm install -g chromedriver@$chrome_version
run: npm install -g [email protected]
- name: Test build
working-directory: VAMobile
run: |
Expand Down

0 comments on commit 1efb89c

Please sign in to comment.