fix: ci
This commit is contained in:
parent
58bd563aec
commit
92c72f1fea
1 changed files with 2 additions and 1 deletions
|
|
@ -15,4 +15,5 @@ steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: mcr.microsoft.com/playwright:v1.51.0-noble
|
image: mcr.microsoft.com/playwright:v1.51.0-noble
|
||||||
commands:
|
commands:
|
||||||
- cp -R playwright/* ./; npx playwright test
|
- cp -R playwright/* ./
|
||||||
|
- npx playwright test
|
||||||
|
|
|
||||||
Reference in a new issue