diff --git a/.woodpecker/.test.yml b/.woodpecker/.test.yml new file mode 100644 index 0000000..3961db6 --- /dev/null +++ b/.woodpecker/.test.yml @@ -0,0 +1,7 @@ +pipeline: + build: + image: node:lts-buster-slim + commands: + - npm install + - npm run test + - npm run build