Add chromium dependency to Unlighthouse install step
Some checks failed
Run Tests on Code / test (push) Successful in 19s
Build and Release Docker Image / test (push) Has been cancelled

This commit is contained in:
Neshura 2024-01-02 02:41:55 +01:00
parent 1537f8a410
commit 90a500c8e8
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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