Skip to content

Commit 306e29d

Browse files
authored
Merge pull request #1972 from gchq/feature/detect-chromedriver
Automatically detect chrome driver version
2 parents f02b3f2 + 9cc84b1 commit 306e29d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/master.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919

2020
- name: Install
2121
run: |
22+
export DETECT_CHROMEDRIVER_VERSION=true
2223
npm install
2324
npm run setheapsize
2425

.github/workflows/pull_requests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818

1919
- name: Install
2020
run: |
21+
export DETECT_CHROMEDRIVER_VERSION=true
2122
npm install
2223
npm run setheapsize
2324

0 commit comments

Comments
 (0)