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