Revert 1263f7b984
Some checks failed
Run Tests on Code / test (push) Successful in 24s
Build and Release Docker Image / test (push) Failing after 2m15s

This commit is contained in:
Neshura 2024-01-02 02:50:21 +01:00
parent 2c8600c297
commit d2841ac338
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 4 additions and 4 deletions

View file

@ -31,8 +31,8 @@ jobs:
- name: Add Unlighthouse - name: Add Unlighthouse
run: | run: |
echo "apt update && apt install -y chromium-browser" echo "apt update && apt install -y chromium"
apt update && apt install -y chromium-browser apt update && apt install -y chromium
echo "yarn global add @unlighthouse/cli" echo "yarn global add @unlighthouse/cli"
yarn global add @unlighthouse/cli yarn global add @unlighthouse/cli

View file

@ -31,8 +31,8 @@ jobs:
- name: Add Unlighthouse - name: Add Unlighthouse
run: | run: |
echo "apt update && apt install -y chromium-browser" echo "apt update && apt install -y chromium"
apt update && apt install -y chromium-browser apt update && apt install -y chromium
echo "yarn global add @unlighthouse/cli" echo "yarn global add @unlighthouse/cli"
yarn global add @unlighthouse/cli yarn global add @unlighthouse/cli