Skip to content

Commit

Permalink
fix: chrome version
Browse files Browse the repository at this point in the history
  • Loading branch information
ravijayaramappa committed Nov 8, 2023
1 parent e100cfe commit 8d3f976
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,14 @@ jobs:
node-version: "18.18.0"
cache: 'yarn'

# Needed for perf smoke tests, matches the chromedriver version installed by tachometer(https://github.com/google/tachometer/blob/main/README.md#on-demand-dependencies)
# version number can be found here https://www.googleapis.com/storage/v1/b/chromium-browser-snapshots/o?delimiter=/&prefix=Linux_x64/119
- name: Setup chrome v119
uses: browser-actions/setup-chrome@latest
uses: browser-actions/setup-chrome@v1
with:
chrome-version: "119.0.6045.105"
chrome-version: 1194751
id: setup-chrome

- name: Install dependencies
run: yarn install --frozen-lockfile

Expand Down

0 comments on commit 8d3f976

Please sign in to comment.