test-woodpecker-webapp/.woodpecker/test.yaml

16 lines
288 B
YAML
Raw Permalink Normal View History

2025-06-30 15:18:53 +02:00
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