diff --git a/.woodpecker.yml b/.woodpecker.yml index 95e74c9..51b6583 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -150,8 +150,8 @@ steps: commands: - npm ci - cd e2e && npm ci - - npx playwright install chromium --with-deps - - npm run test:tier:standard + - cd e2e && npx playwright install chromium --with-deps + - cd e2e && npm run test:standard when: event: - push