autobaan/.woodpecker/test.yaml

7 lines
103 B
YAML
Raw Normal View History

steps:
- name: test
image: debian:stable-slim
commands:
- npm ci
- npm run test:unit