File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 32
32
fetch-depth : 0
33
33
34
34
- name : Setup Java and Scala
35
- uses : olafurpg/setup-scala@v12
35
+ uses : olafurpg/setup-scala@v13
36
36
with :
37
37
java-version : ${{ matrix.java }}
38
38
@@ -49,11 +49,11 @@ jobs:
49
49
key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
50
50
51
51
- name : Check that workflows are up to date
52
- run : sbt --client ' ++${{ matrix.scala }}; githubWorkflowCheck'
52
+ run : sbt ++${{ matrix.scala }} githubWorkflowCheck
53
53
54
54
- name : Build project
55
- run : sbt --client ' ++${{ matrix.scala }}; test'
55
+ run : sbt ++${{ matrix.scala }} test
56
56
57
57
- run : ' sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M test'
58
58
59
- - run : pushd target/sbt-test/scala3-template/scripted && sbt run test && popd
59
+ - run : pushd target/sbt-test/scala3-template/scripted && sbt run test && popd
Original file line number Diff line number Diff line change 56
56
printf "Deleting '%s' #%d, %'d bytes\n" $name ${ARTCOUNT[$name]} $size
57
57
ghapi -X DELETE $REPO/actions/artifacts/$id
58
58
done
59
- done
59
+ done
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" org.foundweekends.giter8" %% " sbt-giter8" % " 0.13.1" )
2
- addSbtPlugin(" com.codecommit" % " sbt-github-actions" % " 0.12 .0" )
2
+ addSbtPlugin(" com.codecommit" % " sbt-github-actions" % " 0.13 .0" )
You can’t perform that action at this time.
0 commit comments