Blog/.woodpecker/.test.yml

8 lines
128 B
YAML
Raw Normal View History

2022-08-11 11:29:55 +02:00
pipeline:
build:
image: node:lts-buster-slim
commands:
- npm install
- npm run test
- npm run build