From 0f419625d26c7727b20124f7d413c7d42262e500 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 11 Dec 2020 20:25:26 +0100 Subject: [PATCH] switched to using the ci testing script ref #23 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cfa0f6e..0a5f42a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: image: node:alpine commands: - yarn - - yarn test + - yarn test:ci trigger: event: - pull_request \ No newline at end of file