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