File tree Expand file tree Collapse file tree 3 files changed +8
-864
lines changed
Expand file tree Collapse file tree 3 files changed +8
-864
lines changed Original file line number Diff line number Diff line change 1717 distribution : temurin
1818 java-version : 8
1919 cache : sbt
20- - run : ./sbt ci-release
20+ - name : Setup sbt launcher
21+ uses : sbt/setup-sbt@v1
22+ - run : sbt ci-release
2123 env :
2224 PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
2325 PGP_SECRET : ${{ secrets.PGP_SECRET }}
Original file line number Diff line number Diff line change 4141 java-version : ${{ matrix.java }}
4242 check-latest : true
4343 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