Skip to content

Commit 7383621

Browse files
committed
Merge pull request #2 from echelon60/master
updates sample to use test2junit
2 parents 64832d0 + a17881d commit 7383621

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)