Skip to content

Commit

Permalink
Move bb dep from task to deps for earlier ci dling
Browse files Browse the repository at this point in the history
This should help test-server startup time
  • Loading branch information
lread committed Mar 16, 2024
1 parent ec96b56 commit 3191663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
:deps {doric/doric {:mvn/version "0.9.0"}
lread/status-line {:git/url "https://github.com/lread/status-line.git"
:sha "cf44c15f30ea3867227fa61ceb823e5e942c707f"}
dev.nubank/docopt {:mvn/version "0.6.1-fix7"}}
dev.nubank/docopt {:mvn/version "0.6.1-fix7"}
org.babashka/http-server {:mvn/version "0.1.12"}}
:tasks
{;; setup
:requires ([babashka.classpath :as cp]
Expand Down Expand Up @@ -48,7 +49,6 @@
:patterns [:string]
:vars [:symbol]}}}
test-server {:doc "Static server to support tests (automatically lanched by tests that need it)"
:extra-deps {org.babashka/http-server {:mvn/version "0.1.12"}}
:task test-server/-main}
test:bb {:doc "Runs tests under Babashka [--help]"
:task test/test-bb}
Expand Down

0 comments on commit 3191663

Please sign in to comment.