Skip to content

Commit 6925437

Browse files
Add setup-sbt GH action
1 parent a4eb361 commit 6925437

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
cache: "sbt"
2525
java-version: ${{ matrix.java }}
2626

27+
- uses: sbt/setup-sbt@v1
28+
2729
- name: Main project tests
2830
run: sbt test
2931

@@ -43,6 +45,8 @@ jobs:
4345
cache: "sbt"
4446
java-version: 17
4547

48+
- uses: sbt/setup-sbt@v1
49+
4650
- name: Build Dockerised CLI
4751
run: sbt cli/docker
4852

@@ -107,6 +111,8 @@ jobs:
107111
java-version: 11
108112
cache: "sbt"
109113

114+
- uses: sbt/setup-sbt@v1
115+
110116
- run: sbt --client checkAll
111117

112118
- name: Run sample benchmarks
@@ -129,6 +135,7 @@ jobs:
129135
cache: "sbt"
130136
java-version: ${{ matrix.java }}
131137

138+
- uses: sbt/setup-sbt@v1
132139

133140
- run: |
134141
sbt build publishM2 publishLocal dumpScipJavaVersion

0 commit comments

Comments
 (0)