Blog/.woodpecker/.test.yml

8 lines
128 B
YAML

pipeline:
build:
image: node:lts-buster-slim
commands:
- npm install
- npm run test
- npm run build