File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242
4343 - name : Build and test
4444 shell : bash
45- run : sbt -v +test test-serial:test
45+ run : sbt -v +test testSerial
4646
4747 test-assembly :
4848 runs-on : ubuntu-latest
6363 shell : bash
6464 run : |
6565 sbt -v assembly
66- mv target/scala-*/jelly-cli-assembly*.jar jelly-cli.jar
66+ mv target/out/jvm/ scala-*/jelly-cli /jelly-cli-assembly*.jar jelly-cli.jar
6767
6868 - name : Test the assembly
6969 run : |
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ lazy val jellyV = "3.7.3"
1010lazy val graalvmV = " 25.0.3"
1111
1212addCommandAlias(" fixAll" , " scalafixAll; scalafmtAll" )
13+ addCommandAlias(
14+ " testSerial" ,
15+ " ;set Test / parallelExecution := false ;Test / test ;set Test / parallelExecution := true"
16+ )
1317
1418lazy val wErrorIfCI = if (sys.env.contains(" CI" )) Seq (" -Werror" ) else Seq ()
1519
You can’t perform that action at this time.
0 commit comments