Add test workflow
All checks were successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
phil 2025-06-30 15:05:25 +02:00
parent 67baeba6f9
commit cb5356cc3d
2 changed files with 16 additions and 2 deletions

View file

@ -2,8 +2,8 @@ when:
- event: manual
- event: tag
#depends_on:
#- test
depends_on:
- test
steps:
npm:

14
.woodpecker/test.yaml Normal file
View file

@ -0,0 +1,14 @@
when:
- event: manual
- 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