diff --git a/.woodpecker/playwright.yaml b/.woodpecker/playwright.yaml index 14a23be..15b0300 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: - - npx playwright test + - cd playwright; npx playwright test