diff --git a/.woodpecker/playwright.yaml b/.woodpecker/playwright.yaml index 15b0300..103f94c 100644 --- a/.woodpecker/playwright.yaml +++ b/.woodpecker/playwright.yaml @@ -15,4 +15,4 @@ steps: - name: test image: mcr.microsoft.com/playwright:v1.51.0-noble commands: - - cd playwright; npx playwright test + - cp -R playwright/* ./; npx playwright test