fix: ci
This commit is contained in:
parent
92c72f1fea
commit
96e062ea28
1 changed files with 1 additions and 1 deletions
|
|
@ -15,5 +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/* ./
|
- "cp -R playwright/* ./"
|
||||||
- npx playwright test
|
- npx playwright test
|
||||||
|
|
|
||||||
Reference in a new issue