Verbose export of --no-sandbox flag
All checks were successful
Run Tests on Code / test (push) Successful in 19s
All checks were successful
Run Tests on Code / test (push) Successful in 19s
This commit is contained in:
parent
91ca7c489e
commit
997f80a16d
2 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@ jobs:
|
|||
run: |
|
||||
echo "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
|
||||
|
||||
- name: Add Unlighthouse
|
||||
|
|
|
@ -57,6 +57,7 @@ jobs:
|
|||
run: |
|
||||
echo "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
|
||||
|
||||
- name: Add Unlighthouse
|
||||
|
|
Loading…
Reference in a new issue