This commit is contained in:
parent
a11fc5adb0
commit
337be3db07
2 changed files with 17 additions and 2 deletions
|
@ -2,8 +2,8 @@ when:
|
|||
- event: manual
|
||||
- event: tag
|
||||
|
||||
#depends_on:
|
||||
#- test
|
||||
depends_on:
|
||||
- test
|
||||
|
||||
steps:
|
||||
npm:
|
||||
|
|
15
.woodpecker/test.yaml
Normal file
15
.woodpecker/test.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue