diff --git a/.woodpecker/.testy.yml b/.woodpecker/.testy.yml deleted file mode 100644 index 9330e70..0000000 --- a/.woodpecker/.testy.yml +++ /dev/null @@ -1,7 +0,0 @@ -pipeline: - buildy: - image: node:18.12.0-buster - commands: - - npm install - - npm run test - - npm run build