fix(ci): pin selftest Playwright image to v1.61.1 matching lockfile
CI / release (pull_request) Has been skipped
CI / skip-ci-check (pull_request) Successful in 5s
CI / secret-scan (pull_request) Successful in 5s
CI / build-and-test (pull_request) Successful in 18s
CI / selftest (pull_request) Successful in 39s

npm ci was resolving @playwright/test@1.61.1 against a v1.52.0 container,
so Chromium binary paths mismatched and browser specs failed.
This commit is contained in:
2026-07-15 09:00:31 -04:00
parent afaa987218
commit 68b04bd826
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
if: needs.skip-ci-check.outputs.should-skip != '1'
runs-on: [homelab, self-hosted, linux]
container:
image: mcr.microsoft.com/playwright:v1.52.0-jammy
image: mcr.microsoft.com/playwright:v1.61.1-jammy
steps:
- uses: actions/checkout@v4
- name: Install