Files
pentagi/.github
Sergey KozyrenkoandClaude Opus 4.8 05e79902d8 fix(ci): read the visual container's Playwright version from the image, not npx
The version guard compared @playwright/test against `npx playwright --version`, but
the pinned playwright container ships no global playwright package and the step runs
before pnpm install — so npx fetched the registry latest and compared the package
against that, not against the container. Green only while latest == the pin; the next
Playwright release fails every run telling you to bump the tag to the value it already
is, and a pin bump without a re-tag passes despite real drift.

Reads driverVersion from the image's own /ms-playwright/.docker-info instead. Verified
first-hand inside v1.61.1-noble: no global playwright, .docker-info reports 1.61.1, and
the fixed check reads pkg=container=1.61.1 with the repo mounted.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-24 01:06:40 +07:00
..
2026-03-26 06:16:07 +03:00
2026-03-26 06:16:07 +03:00