Skip to content

Commit

Permalink
Move scripted task to nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Sep 17, 2019
1 parent 41c18dd commit 9e514a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .larabot.conf
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
commands = [
"sbt -batch -Dparallel=5 test"
"sbt -batch -Dparallel=5 it:test"
"sbt -batch scripted"
]

nightly {
commands = [
"sbt -batch -Dparallel=5 test"
"bash bin/slow-tests.sh"
"bash bin/external-tests.sh"
"sbt -batch scripted"
]
}

Expand Down

0 comments on commit 9e514a3

Please sign in to comment.