Revert 1263f7b984
This commit is contained in:
parent
f5d8ae4a46
commit
ed9eadd31d
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ jobs:
|
|||
|
||||
- name: Add Unlighthouse
|
||||
run: |
|
||||
echo "apt update && apt install -y chromium-browser"
|
||||
apt update && apt install -y chromium-browser
|
||||
echo "apt update && apt install -y chromium"
|
||||
apt update && apt install -y chromium
|
||||
echo "yarn global add @unlighthouse/cli"
|
||||
yarn global add @unlighthouse/cli
|
||||
|
||||
|
|
Loading…
Reference in a new issue