doipjs/.woodpecker/.test.yml
2024-06-02 14:07:40 +02:00

6 lines
No EOL
80 B
YAML

steps:
test:
image: node
commands:
- npm ci
- npm run test