From 95aea3b4551e095d96b365a4ddee1a7ffbeb8460 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sat, 8 Sep 2018 00:15:39 +0200 Subject: [PATCH] Try to run E2E tests on CI --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index b430e96..a571020 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,4 +4,5 @@ pipeline: commands: - npm install - npm run test:ci + - npm run e2e - npm run build-prod