fix: use sandboxed Chrome in staging gate

This commit is contained in:
Jesse_Chen
2026-07-27 10:29:19 +08:00
parent e52cee8368
commit f619407dc2
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -r requirements.txt -r requirements-dev.txt
python -m pip install playwright
python -m playwright install --with-deps chromium
python -m playwright install --with-deps chrome
npm ci --prefix frontend
- name: Run Python quick quality gate