Blog/.woodpecker/.testy.yml

8 lines
129 B
YAML
Raw Normal View History

2022-12-08 12:26:18 +01:00
pipeline:
buildy:
image: node:lts-buster-slim
commands:
- npm install
- npm run test
- npm run build