diff --git a/config/hwlab-node-lanes.yaml b/config/hwlab-node-lanes.yaml index 4e00e516..74327c45 100644 --- a/config/hwlab-node-lanes.yaml +++ b/config/hwlab-node-lanes.yaml @@ -823,7 +823,23 @@ lanes: npx --version install: executor: host - dependencyCommand: npm install --no-save --package-lock=false --ignore-scripts --no-audit --no-fund playwright@1.59.1 && npx playwright install-deps chromium + dependencyCommand: | + set -eu + npm install --no-save --package-lock=false --ignore-scripts --no-audit --no-fund playwright@1.59.1 + if [ -n "${HTTP_PROXY:-}" ]; then + cat >/etc/apt/apt.conf.d/99unidesk-host-proxy <