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:
co-authored by
Claude Opus 4.6
parent
148573e28b
commit
bd69e68dd5
@@ -51,7 +51,7 @@ jobs:
|
|||||||
markers: "multi_user_basic"
|
markers: "multi_user_basic"
|
||||||
wait-port: 8003
|
wait-port: 8003
|
||||||
mcp-internal-url: "http://mcp-multi-user-basic:8000"
|
mcp-internal-url: "http://mcp-multi-user-basic:8000"
|
||||||
needs-playwright: false
|
needs-playwright: true
|
||||||
extra-args: ""
|
extra-args: ""
|
||||||
|
|
||||||
# NOTE: Playwright browser tests are skipped in CI (no browser grant flow).
|
# NOTE: Playwright browser tests are skipped in CI (no browser grant flow).
|
||||||
|
|||||||
Reference in New Issue
Block a user