diff --git a/.woodpecker/playwright.yaml b/.woodpecker/playwright.yaml index 8ed00cb..14a23be 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 + - npx playwright test