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 <noreply@anthropic.com>
This commit is contained in:
Chris Coutinho
2026-03-01 18:01:54 +01:00
parent 148573e28b
commit bd69e68dd5
+1 -1
View File
@@ -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).