Skip to content

Commit 3191663

Browse files
committed
Move bb dep from task to deps for earlier ci dling
This should help test-server startup time
1 parent ec96b56 commit 3191663

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bb.edn

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
:deps {doric/doric {:mvn/version "0.9.0"}
44
lread/status-line {:git/url "https://github.com/lread/status-line.git"
55
:sha "cf44c15f30ea3867227fa61ceb823e5e942c707f"}
6-
dev.nubank/docopt {:mvn/version "0.6.1-fix7"}}
6+
dev.nubank/docopt {:mvn/version "0.6.1-fix7"}
7+
org.babashka/http-server {:mvn/version "0.1.12"}}
78
:tasks
89
{;; setup
910
:requires ([babashka.classpath :as cp]
@@ -48,7 +49,6 @@
4849
:patterns [:string]
4950
:vars [:symbol]}}}
5051
test-server {:doc "Static server to support tests (automatically lanched by tests that need it)"
51-
:extra-deps {org.babashka/http-server {:mvn/version "0.1.12"}}
5252
:task test-server/-main}
5353
test:bb {:doc "Runs tests under Babashka [--help]"
5454
:task test/test-bb}

0 commit comments

Comments
 (0)