We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4eb361 commit 6925437Copy full SHA for 6925437
.github/workflows/ci.yml
@@ -24,6 +24,8 @@ jobs:
24
cache: "sbt"
25
java-version: ${{ matrix.java }}
26
27
+ - uses: sbt/setup-sbt@v1
28
+
29
- name: Main project tests
30
run: sbt test
31
@@ -43,6 +45,8 @@ jobs:
43
45
44
46
java-version: 17
47
48
49
50
- name: Build Dockerised CLI
51
run: sbt cli/docker
52
@@ -107,6 +111,8 @@ jobs:
107
111
java-version: 11
108
112
109
113
114
115
110
116
- run: sbt --client checkAll
117
118
- name: Run sample benchmarks
@@ -129,6 +135,7 @@ jobs:
129
135
130
136
131
137
138
132
139
133
140
- run: |
134
141
sbt build publishM2 publishLocal dumpScipJavaVersion
0 commit comments