File tree 3 files changed +8
-864
lines changed
3 files changed +8
-864
lines changed Original file line number Diff line number Diff line change 17
17
distribution : temurin
18
18
java-version : 8
19
19
cache : sbt
20
- - run : ./sbt ci-release
20
+ - name : Setup sbt launcher
21
+ uses : sbt/setup-sbt@v1
22
+ - run : sbt ci-release
21
23
env :
22
24
PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
23
25
PGP_SECRET : ${{ secrets.PGP_SECRET }}
Original file line number Diff line number Diff line change 41
41
java-version : ${{ matrix.java }}
42
42
check-latest : true
43
43
cache : " sbt"
44
- - name : Restore cache
45
- uses : actions/cache@v4
46
- with :
47
- path : |
48
- ~/.sbt
49
- ~/.ivy2/cache
50
- ~/.cache/coursier
51
- key : cache-v1-${{ hashFiles('build.sbt') }}
52
- restore-keys : |
53
- cache-v1-
54
- - name : Compile and Test
55
- run : ./sbt ++${{ matrix.scala }} test
44
+
45
+ - name : Setup sbt launcher
46
+ uses : sbt/setup-sbt@v1
47
+
48
+ - run : sbt ++${{ matrix.scala }} test
You can’t perform that action at this time.
0 commit comments