Skip to content

Commit

Permalink
Merge pull request #1972 from gchq/feature/detect-chromedriver
Browse files Browse the repository at this point in the history
Automatically detect chrome driver version
  • Loading branch information
a3957273 authored Feb 11, 2025
2 parents f02b3f2 + 9cc84b1 commit 306e29d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

- name: Install
run: |
export DETECT_CHROMEDRIVER_VERSION=true
npm install
npm run setheapsize
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

- name: Install
run: |
export DETECT_CHROMEDRIVER_VERSION=true
npm install
npm run setheapsize
Expand Down

0 comments on commit 306e29d

Please sign in to comment.