fix: ci2
This commit is contained in:
parent
0b68e5a466
commit
974ef4a1ff
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ steps:
|
||||||
- name: playwright
|
- name: playwright
|
||||||
image: mcr.microsoft.com/playwright:v1.50.0
|
image: mcr.microsoft.com/playwright:v1.50.0
|
||||||
commands:
|
commands:
|
||||||
- cp -r playwright/* ./
|
- cd playwright;
|
||||||
|
- npm install
|
||||||
- npx playwright install
|
- npx playwright install
|
||||||
- npx playwright test
|
- npx playwright test
|
||||||
- cat /root/.npm/_logs/*
|
- cat /root/.npm/_logs/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue