Fix apt install step
Some checks failed
Run Tests on Code / test (push) Successful in 18s
Build and Release Docker Image / test (push) Failing after 15s

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

View file

@ -31,7 +31,9 @@ jobs:
- name: Add Unlighthouse
run: |
apt install chromium
echo "apt install -y chromium"
apt install -y chromium
echo "yarn global add @unlighthouse/cli"
yarn global add @unlighthouse/cli
- name: Run Linter

View file

@ -31,7 +31,9 @@ jobs:
- name: Add Unlighthouse
run: |
apt install chromium
echo "apt install -y chromium"
apt install -y chromium
echo "yarn global add @unlighthouse/cli"
yarn global add @unlighthouse/cli
- name: Run Linter