backend/.woodpecker/testpr.yml
Nicolai Ort 3192365793
Some checks failed
ci/woodpecker/push/build Pipeline failed
feat(ci)!: Switch to woodpecker
2023-11-06 20:15:44 +01:00

14 lines
337 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
- pnpm i
- pnpm test:ci
secrets:
- source: odit-npm-cache-url
target: NPM_REGISTRY_URL
when:
event:
- pull_request