From 9e514a320789d985f266031890332606b318bc4f Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Tue, 17 Sep 2019 16:47:23 +0200 Subject: [PATCH] Move scripted task to nightly builds --- .larabot.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.larabot.conf b/.larabot.conf index 1cb8029721..ce806393f8 100644 --- a/.larabot.conf +++ b/.larabot.conf @@ -1,7 +1,6 @@ commands = [ "sbt -batch -Dparallel=5 test" "sbt -batch -Dparallel=5 it:test" - "sbt -batch scripted" ] nightly { @@ -9,6 +8,7 @@ nightly { "sbt -batch -Dparallel=5 test" "bash bin/slow-tests.sh" "bash bin/external-tests.sh" + "sbt -batch scripted" ] }