Add chromium dependency to Unlighthouse install step
This commit is contained in:
parent
1537f8a410
commit
90a500c8e8
2 changed files with 6 additions and 2 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
|
||||
|
|
|
@ -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