From 4cd9f29900a5f30117791ba287774056e0dff001 Mon Sep 17 00:00:00 2001 From: Szymon Nowicki Date: Fri, 29 Mar 2024 23:48:49 +0100 Subject: [PATCH] ci: add drone tests --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..b6c6ef5 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +type: docker +name: default + +steps: + - name: test + image: 21:alpine + commands: + - yarn install + - yarn test