drone-node/.drone.yml
dolphinth 789da49a50
All checks were successful
continuous-integration/drone/push Build is passing
TEST
2024-08-28 00:35:40 +08:00

13 lines
145 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: node
commands:
- npm test
- name: build
image: node
commands:
- npm install