update ci
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Simon Vieille 2023-03-31 17:57:16 +02:00
parent edeb7024d0
commit 77a2b1bca7
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 6 additions and 1 deletions

View File

@ -5,9 +5,14 @@ pipeline:
commands:
- npm i
osv-detector:
image: gitnet.fr/deblan/osv-detector:v0.10
commands:
- osv-detector package-lock.json
failure: ignore
tests:
image: node:16
pull: true
commands:
- npm run test