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 872e3a6 commit 456fa24Copy full SHA for 456fa24
1 file changed
.github/workflows/ci.yml
@@ -38,6 +38,7 @@ jobs:
38
- uses: coursier/setup-action@v1.3.0
39
with:
40
jvm: "temurin:17"
41
+ apps: sbt
42
- name: Tests
43
run: |
44
.github/setup-test-projects.sh &&\
@@ -64,6 +65,7 @@ jobs:
64
65
66
67
68
69
- name: Compile and test main projects
70
# Only running the tests in 2.12 for now. Many test fixtures need
71
# to be updated for 2.13.
0 commit comments