mailer/.woodpecker/testpr.yml
Nicolai Ort 36b975a1ff
All checks were successful
ci/woodpecker/push/build Pipeline was successful
feat(ci)!: Switched to woodpecker
2023-11-06 20:47:31 +01:00

14 lines
341 B
YAML

steps:
- name: playwright tests
image: registry.odit.services/hub/library/node:19.5.0-alpine3.16
commands:
- npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@8.0.0
- pnpm i
- pnpm test:ci
secrets:
- source: odit-npm-cache-url
target: NPM_REGISTRY_URL
when:
event:
- pull_request