Blog/.woodpecker/.testy.yml

8 lines
128 B
YAML

pipeline:
buildy:
image: node:18.12.0-buster
commands:
- npm install
- npm run test
- npm run build