test-woodpecker-webapp/.woodpecker/test.yaml
phil 337be3db07
All checks were successful
ci/woodpecker/push/test Pipeline was successful
Add test workflow
2025-06-30 15:18:53 +02:00

15 lines
288 B
YAML

when:
- event: manual
- event: tag
- event: push
steps:
npm:
image: code.philo.ydns.eu/philorg/pnpm
environment:
ORG: philorg
REGISTRY_TOKEN:
from_secret: registry_token
commands:
- pnpm install --frozen-lockfile
- pnpm run type-check