Fix apt install step
This commit is contained in:
parent
90a500c8e8
commit
ffd5125d3f
2 changed files with 6 additions and 2 deletions
|
@ -31,7 +31,9 @@ jobs:
|
||||||
|
|
||||||
- name: Add Unlighthouse
|
- name: Add Unlighthouse
|
||||||
run: |
|
run: |
|
||||||
apt install chromium
|
echo "apt install -y chromium"
|
||||||
|
apt install -y chromium
|
||||||
|
echo "yarn global add @unlighthouse/cli"
|
||||||
yarn global add @unlighthouse/cli
|
yarn global add @unlighthouse/cli
|
||||||
|
|
||||||
- name: Run Linter
|
- name: Run Linter
|
||||||
|
|
|
@ -31,7 +31,9 @@ jobs:
|
||||||
|
|
||||||
- name: Add Unlighthouse
|
- name: Add Unlighthouse
|
||||||
run: |
|
run: |
|
||||||
apt install chromium
|
echo "apt install -y chromium"
|
||||||
|
apt install -y chromium
|
||||||
|
echo "yarn global add @unlighthouse/cli"
|
||||||
yarn global add @unlighthouse/cli
|
yarn global add @unlighthouse/cli
|
||||||
|
|
||||||
- name: Run Linter
|
- name: Run Linter
|
||||||
|
|
Loading…
Reference in a new issue