From 9e513146e4db0c1a347ebc351c93c814562174c4 Mon Sep 17 00:00:00 2001 From: Sander Vocke Date: Thu, 13 Aug 2020 09:35:06 +0000 Subject: [PATCH] drone.yaml --- drone.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 drone.yaml diff --git a/drone.yaml b/drone.yaml new file mode 100644 index 0000000..f3daeda --- /dev/null +++ b/drone.yaml @@ -0,0 +1,9 @@ +kind: pipeline +name: default + +steps: +- name: test + image: node + commands: + - yarn install + - yarn test \ No newline at end of file