Skip to content

Commit a17881d

Browse files
committed
updates sample to use test2junit
1 parent 64832d0 commit a17881d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

sample/project.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
[org.clojure/tools.logging "0.2.3"]]
1010
:main ^:skip-aot sample.core
1111
:target-path "target/%s"
12-
:profiles {:uberjar {:aot :all}})
12+
:profiles {:dev {:plugins [[test2junit "1.1.1"]]}}
13+
:test2junit-output-dir "../shippable/testresults")

shippable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ before_script:
1717
# Running the test with Leiningen
1818
script:
1919
- cd sample
20-
- lein test
20+
- lein test2junit

0 commit comments

Comments
 (0)