Verbose export of --no-sandbox flag
All checks were successful
Run Tests on Code / test (push) Successful in 19s

This commit is contained in:
Neshura 2024-01-02 03:20:33 +01:00
parent 91ca7c489e
commit 997f80a16d
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 2 additions and 0 deletions

View file

@ -33,6 +33,7 @@ jobs:
run: | run: |
echo "apt update && apt install -y chromium" echo "apt update && apt install -y chromium"
apt update && apt install -y chromium apt update && apt install -y chromium
echo 'export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --no-sandbox" >> /etc/chromium.d/default-flags'
echo export CHROMIUM_FLAGS="\$CHROMIUM_FLAGS --no-sandbox" >> /etc/chromium.d/default-flags echo export CHROMIUM_FLAGS="\$CHROMIUM_FLAGS --no-sandbox" >> /etc/chromium.d/default-flags
- name: Add Unlighthouse - name: Add Unlighthouse

View file

@ -57,6 +57,7 @@ jobs:
run: | run: |
echo "apt update && apt install -y chromium" echo "apt update && apt install -y chromium"
apt update && apt install -y chromium apt update && apt install -y chromium
echo 'export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --no-sandbox" >> /etc/chromium.d/default-flags'
echo export CHROMIUM_FLAGS="\$CHROMIUM_FLAGS --no-sandbox" >> /etc/chromium.d/default-flags echo export CHROMIUM_FLAGS="\$CHROMIUM_FLAGS --no-sandbox" >> /etc/chromium.d/default-flags
- name: Add Unlighthouse - name: Add Unlighthouse