-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5422831
commit 1efb89c
Showing
1 changed file
with
1 addition
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|