fix: provision Chromium in staging quality gate

This commit is contained in:
Jesse_Chen
2026-07-27 10:21:07 +08:00
parent 82b42ed346
commit e52cee8368
3 changed files with 20 additions and 0 deletions
@@ -49,6 +49,8 @@ jobs:
run: |
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
npm ci --prefix frontend
- name: Run Python quick quality gate