File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 62
62
distribution : temurin
63
63
java-version : 11
64
64
cache : sbt
65
+ - name : Test
66
+ shell : bash
67
+ if : startsWith(matrix.scala, '2.12.')
68
+ run : |
69
+ sbt test
65
70
- name : Package
66
71
shell : bash
67
72
run : |
73
+ rm -rf target
68
74
sbt package
69
75
sbt makePom
70
76
- name : Upload to maven
Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ libraryDependencies ++= (if (scalaBinaryVersion.value == "2.12") Seq(
38
38
" ch.cern.sparkmeasure" %% " spark-measure" % " 0.18" % Test ,
39
39
" org.scalacheck" %% " scalacheck" % " 1.15.2" % Test ,
40
40
" org.mockito" % " mockito-core" % " 3.4.6" % Test ,
41
- " org.scalatestplus" %% " mockito-3-4" % " 3.2.9.0" % Test
41
+ " org.scalatestplus" %% " mockito-3-4" % " 3.2.9.0" % Test ,
42
+ " com.github.sbt" % " junit-interface" % " 0.13.3" % Test
42
43
)
43
44
else Seq ())
44
45
You can’t perform that action at this time.
0 commit comments