chore: fix chrome in github actions (#195)

* chore: fix chrome in github actions

* fix: fixup

* fix: fixup

* fix: fixup
This commit is contained in:
Nolan Lawson 2021-07-25 20:44:31 -07:00 committed by GitHub
parent 6a08dec7ec
commit b18afd2e04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -16,9 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install system dependencies
run: sudo apt-get install -y fonts-noto-color-emoji
- uses: actions/setup-node@v1
with:
node-version: 14
@ -40,6 +37,8 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: |
yarn --immutable --ignore-scripts
# install the chromedriver corresponding to whatever version of chrome is installed
yarn add --ignore-scripts chromedriver@^$(google-chrome --version | awk '{print $3}' | cut -d. -f1)
PERF=1 yarn build:rollup
./bin/setup-benchmark.sh