We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d3c0f commit 4435100Copy full SHA for 4435100
.drone.yml
@@ -0,0 +1,7 @@
1
+pipeline:
2
+ build:
3
+ image: node:latest
4
+ commands: npm install
5
+ test:
6
7
+ commands: npm run test
0 commit comments