Install browser dependencies for release gate
release / verify-publish (push) Failing after 5m11s
deploy / deploy (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-30 02:18:35 +02:00
parent 8073533c16
commit 7991b04b35
+4
View File
@@ -13,6 +13,10 @@ jobs:
- uses: astral-sh/setup-uv@v6 - uses: astral-sh/setup-uv@v6
with: with:
python-version: "3.13" python-version: "3.13"
- name: Install verification browser
run: |
uv sync --extra browser
uv run playwright install --with-deps chromium
- name: Verify release - name: Verify release
run: bash ./scripts/codex_verify.sh run: bash ./scripts/codex_verify.sh
- name: Build immutable image - name: Build immutable image