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 981eed8 commit 7577f5b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ 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)
- 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 7577f5b

Please sign in to comment.