diff --git a/.woodpecker.yml b/.woodpecker.yml index b6a7b04..427fff8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -167,7 +167,8 @@ steps: commands: - npm run build - npx playwright install chromium --with-deps - - npm run test + - npm run test:e2e + failure: ignore volumes: - /tmp/npm-cache:/root/.npm - /tmp/node-modules-cache:/woodpecker/src/node_modules