doipjs/.woodpecker/.test.yml

8 lines
138 B
YAML
Raw Normal View History

2024-06-02 08:51:00 -06:00
when:
event: [push, pull_request, tag, release, manual]
2023-09-14 10:20:09 -06:00
steps:
2023-03-28 04:24:57 -06:00
test:
image: node
commands:
2024-06-02 06:02:10 -06:00
- npm ci
- npm run test