From bd69e68dd566eeaa00b618a42656956a88049ac2 Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Sun, 1 Mar 2026 18:01:54 +0100 Subject: [PATCH] ci: enable Playwright install for multi-user-basic CI job Astrolabe tests moved to multi_user_basic markers use Playwright browser automation, so the CI matrix entry needs needs-playwright: true. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3967425..2b2d2d5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,7 @@ jobs: markers: "multi_user_basic" wait-port: 8003 mcp-internal-url: "http://mcp-multi-user-basic:8000" - needs-playwright: false + needs-playwright: true extra-args: "" # NOTE: Playwright browser tests are skipped in CI (no browser grant flow).