Skip to content

Commit

Permalink
[infra/benchmarks] Detect chromedriver version (#4533)
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjk committed Jan 31, 2024
1 parent b4e3c0e commit 9c7dba2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/plenty-laws-compare.md
@@ -0,0 +1,2 @@
---
---
5 changes: 5 additions & 0 deletions .github/workflows/benchmarks.yml
Expand Up @@ -22,6 +22,11 @@ jobs:
- uses: google/wireit@setup-github-actions-caching/v1

- name: NPM install
env:
# Force installed chromedriver version to match the available chrome
# version regardless of package-lock
# https://github.com/giggio/node-chromedriver?tab=readme-ov-file#detect-chromedriver-version
DETECT_CHROMEDRIVER_VERSION: true
run: npm ci

- name: Build
Expand Down

0 comments on commit 9c7dba2

Please sign in to comment.