We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64832d0 commit a17881dCopy full SHA for a17881d
sample/project.clj
@@ -9,4 +9,5 @@
9
[org.clojure/tools.logging "0.2.3"]]
10
:main ^:skip-aot sample.core
11
:target-path "target/%s"
12
- :profiles {:uberjar {:aot :all}})
+ :profiles {:dev {:plugins [[test2junit "1.1.1"]]}}
13
+ :test2junit-output-dir "../shippable/testresults")
shippable.yml
@@ -17,4 +17,4 @@ before_script:
17
# Running the test with Leiningen
18
script:
19
- cd sample
20
- - lein test
+ - lein test2junit
0 commit comments