gstack/.github/workflows
Garry Tan eb4e20c6c4
fix: Playwright browser access in CI Docker container
Two issues preventing browse E2E from working in CI:
1. Playwright installed Chromium as root but container runs as runner —
   browser binaries were inaccessible. Fix: set PLAYWRIGHT_BROWSERS_PATH
   to /opt/playwright-browsers and chmod a+rX.
2. Browse binary needs ~/.gstack/ writable for server lock files.
   Fix: pre-create /home/runner/.gstack/ owned by runner.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 16:40:31 -07:00
..
actionlint.yml fix: pin actionlint workflow to a real release 2026-03-20 00:29:26 -07:00
ci-image.yml feat: CI evals on Ubicloud — 12 parallel runners + Docker image (v0.11.10.0) (#360) 2026-03-23 10:17:33 -07:00
evals.yml fix: Playwright browser access in CI Docker container 2026-03-23 16:40:31 -07:00
skill-docs.yml fix: Codex compatibility — 1024-char cap, duplicate skills, repo-local installs, kiro support (v0.11.2.0) (#346) 2026-03-22 19:27:10 -07:00