File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -20,23 +20,23 @@ jobs:
2020 - uses : olafurpg/setup-scala@v11
2121 name : Set up Scala
2222 with :
23- java-version : openjdk @1.11
24- # - name: Check format
25- # run: sbt ++${{ env.SCALA_VERSION }} scalafmtCheckAll
23+ java-version : adopt @1.11
24+ - name : Check format
25+ run : sbt ++${{ env.SCALA_VERSION }} scalafmtCheckAll
2626
27- # test:
28- # name: Run tests 🧪
29- # runs-on: ubuntu-22.04
30- # permissions:
31- # contents: read
32- # steps:
33- # - uses: actions/checkout@v4
34- # name: Checkout code
35- # - uses: coursier/cache-action@v6
36- # name: Set up cache
37- # - uses: olafurpg/setup-scala@v11
38- # name: Set up Scala
39- # with:
40- # java-version: openjdk @1.11
41- # - name: Run tests
42- # run: sbt ++${{ env.SCALA_VERSION }} coverage test coverageReport
27+ test :
28+ name : Run tests 🧪
29+ runs-on : ubuntu-22.04
30+ permissions :
31+ contents : read
32+ steps :
33+ - uses : actions/checkout@v4
34+ name : Checkout code
35+ - uses : coursier/cache-action@v6
36+ name : Set up cache
37+ - uses : olafurpg/setup-scala@v11
38+ name : Set up Scala
39+ with :
40+ java-version : adopt @1.11
41+ - name : Run tests
42+ run : sbt ++${{ env.SCALA_VERSION }} coverage test coverageReport
You can’t perform that action at this time.
0 commit comments