mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Minor cleanup, print chromedriver version after installation
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -66,9 +66,11 @@ jobs:
|
|||||||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||||
restore-keys: ${{ runner.os }}-yarn-
|
restore-keys: ${{ runner.os }}-yarn-
|
||||||
|
|
||||||
- name: Install the latest chromedriver compatible with the installed chrome version
|
- name: Install latest ChromeDriver compatible with installed Chrome
|
||||||
# needs to be npm, the --detect_chromedriver_version flag doesn't work with yarn global
|
# needs to be npm, the --detect_chromedriver_version flag doesn't work with yarn global
|
||||||
run: npm install -g chromedriver --detect_chromedriver_version
|
run: |
|
||||||
|
npm install -g chromedriver --detect_chromedriver_version
|
||||||
|
chromedriver -v
|
||||||
|
|
||||||
- name: Install Yarn dependencies
|
- name: Install Yarn dependencies
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install --frozen-lockfile
|
||||||
|
Reference in New Issue
Block a user