issue-tracker/.woodpecker.yml
Manish c5e6d63040
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Solution
2023-09-22 19:51:13 +10:00

9 lines
110 B
YAML

---
steps:
tests:
image: node:lts
pull: true
commands:
- npm install
- npm run test