summaryrefslogtreecommitdiff
path: root/.woodpecker.yml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker.yml')
-rw-r--r--.woodpecker.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml
index 045171d..c8cc222 100644
--- a/.woodpecker.yml
+++ b/.woodpecker.yml
@@ -1,13 +1,10 @@
pipeline:
- install:
+ test:
image: node:lts
commands:
- npm install
+ - npm test
audit:
image: node:lts
commands:
- npm audit
- test:
- image: node:lts
- commands:
- - npm test