Add chromium dependency to Unlighthouse install step
This commit is contained in:
parent
5bd01c3a22
commit
b510f2c576
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@ jobs:
|
|||
run: yarn install
|
||||
|
||||
- name: Add Unlighthouse
|
||||
run: yarn global add @unlighthouse/cli
|
||||
run: |
|
||||
apt install chromium
|
||||
yarn global add @unlighthouse/cli
|
||||
|
||||
- name: Run Linter
|
||||
run: yarn lint
|
||||
|
|
Loading…
Reference in a new issue