drone-node/.drone.yml

13 lines
145 B
YAML
Raw Permalink Normal View History

2024-08-28 00:35:40 +08:00
kind: pipeline
name: default
steps:
- name: test
image: node
commands:
- npm test
- name: build
image: node
commands:
- npm install