Skip to content

Commit 4435100

Browse files
authored
Add a .drone.yml file
1 parent 32d3c0f commit 4435100

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.drone.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pipeline:
2+
build:
3+
image: node:latest
4+
commands: npm install
5+
test:
6+
image: node:latest
7+
commands: npm run test

0 commit comments

Comments
 (0)