fix(ci): bump Playwright container image to v1.62.1-noble
The e2e job was pinned to mcr.microsoft.com/playwright:v1.61.1-noble, which has browser binaries incompatible with @playwright/test 1.62.1.
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
||||
e2e:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: mcr.microsoft.com/playwright:v1.61.1-noble
|
||||
image: mcr.microsoft.com/playwright:v1.62.1-noble
|
||||
steps:
|
||||
- uses: https://git.keligrubb.com/actions/checkout@v7
|
||||
|
||||
|
||||
Reference in New Issue
Block a user