fix dockerfile. try using mcr docker image for playwright again
This commit is contained in:
@@ -19,11 +19,10 @@ steps:
|
||||
- event: pull_request
|
||||
|
||||
- name: e2e
|
||||
image: node:24-slim
|
||||
image: mcr.microsoft.com/playwright:v1.58.2-noble
|
||||
depends_on: []
|
||||
commands:
|
||||
- npm ci
|
||||
- npx playwright install --with-deps
|
||||
- npm run test:e2e
|
||||
environment:
|
||||
CI: "true"
|
||||
|
||||
Reference in New Issue
Block a user