doipjs/.woodpecker/.test.yml
2024-06-02 16:51:27 +02:00

8 lines
No EOL
138 B
YAML

when:
event: [push, pull_request, tag, release, manual]
steps:
test:
image: node
commands:
- npm ci
- npm run test