File tree Expand file tree Collapse file tree 8 files changed +14
-18
lines changed
Expand file tree Collapse file tree 8 files changed +14
-18
lines changed Original file line number Diff line number Diff line change 2121 - uses : coursier/setup-action@v1.2.0
2222 with :
2323 jvm : temurin:1.21
24- apps : sbt sbtn
25- - uses : coursier/cache-action@v6.3
24+ apps : sbt
2625
2726 - name : Install Redis
2827 run : sudo apt-get install redis-server
3736 - name : Build
3837 working-directory : integration
3938 run : |
40- sbtn clean
41- sbtn scalafmtCheck
39+ sbt clean
40+ sbt scalafmtCheck
4241
4342 - name : Check port
4443 run : |
Original file line number Diff line number Diff line change 1818 - uses : coursier/setup-action@v1.2.0
1919 with :
2020 jvm : temurin:1.21
21- apps : sbt sbtn
22- - uses : coursier/cache-action@v6.3
21+ apps : sbt
2322
2423 - name : Install Redis
2524 run : sudo apt-get install redis-server
3433 - name : Build
3534 working-directory : iris
3635 run : |
37- sbtn clean
38- sbtn scalafmtCheck
36+ sbt clean
37+ sbt scalafmtCheck
3938
4039 - name : Tests
4140 working-directory : iris
Original file line number Diff line number Diff line change 1818 with :
1919 jvm : temurin:1.21
2020 apps : sbt sbtn
21- - uses : coursier/cache-action@v6.3
2221 - uses : actions/setup-node@v4
2322 with :
2423 node-version : " 22.14.0"
Original file line number Diff line number Diff line change 1818 - uses : coursier/setup-action@v1.2.0
1919 with :
2020 jvm : temurin:1.21
21- apps : sbt sbtn
22- - uses : coursier/cache-action@v6.3
21+ apps : sbt
2322
2423 - name : Install Redis
2524 run : sudo apt-get install redis-server
3433 - name : Build
3534 working-directory : wfos
3635 run : |
37- sbtn clean
38- sbtn scalafmtCheck
36+ sbt clean
37+ sbt scalafmtCheck
3938
4039 - name : Tests
4140 working-directory : wfos
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ object Common extends AutoPlugin {
3333 Compile / doc / javacOptions ++= Seq (" -Xdoclint:none" ),
3434 Test / testOptions ++= reporterOptions,
3535 resolvers += " jitpack" at " https://jitpack.io" ,
36- version := " 0.3 .0" ,
36+ version := " 0.4 .0" ,
3737 fork := true ,
3838 Test / parallelExecution := false ,
3939 autoCompilerPlugins := true ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ object Common extends AutoPlugin {
3535 Compile / doc / javacOptions ++= Seq (" -Xdoclint:none" ),
3636 Test / testOptions ++= reporterOptions,
3737 resolvers += " jitpack" at " https://jitpack.io" ,
38- version := " 0.3 .0" ,
38+ version := " 0.4 .0" ,
3939 fork := true ,
4040 Test / parallelExecution := false ,
4141 autoCompilerPlugins := true ,
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
88elif [ " $USER " == " jenkins" ]; then
99 # this zip is used when we run tcs assembly on BTE
1010# V_SLICE_ZIP="https://github.com/tmtsoftware/tcs-vslice-0.4/releases/download/v$version/tcs-vslice-$version-CentOS-7.zip"
11- V_SLICE_ZIP=" https://github.com/tmtsoftware/tcs-vslice-0.4/releases/download/v$version /tcs-vslice-$version -Ubuntu-20 .04.zip"
11+ V_SLICE_ZIP=" https://github.com/tmtsoftware/tcs-vslice-0.4/releases/download/v$version /tcs-vslice-$version -Ubuntu-22 .04.zip"
1212else
1313 # this zip is used when we run tcs assembly on ubuntu
14- V_SLICE_ZIP=" https://github.com/tmtsoftware/tcs-vslice-0.4/releases/download/v$version /tcs-vslice-$version -Ubuntu-20 .04.zip"
14+ V_SLICE_ZIP=" https://github.com/tmtsoftware/tcs-vslice-0.4/releases/download/v$version /tcs-vslice-$version -Ubuntu-22 .04.zip"
1515fi
1616
1717TCS_VSLICE=" $HOME /tcs-vslice-04"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ object Common extends AutoPlugin {
3636 Compile / doc / javacOptions ++= Seq (" -Xdoclint:none" ),
3737 Test / testOptions ++= reporterOptions,
3838 resolvers += " jitpack" at " https://jitpack.io" ,
39- version := " 0.3 .0" ,
39+ version := " 0.4 .0" ,
4040 fork := true ,
4141 Test / parallelExecution := false ,
4242 autoCompilerPlugins := true ,
You can’t perform that action at this time.
0 commit comments