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 6973cfe commit 44f881eCopy full SHA for 44f881e
.github/workflows/ci.yml
@@ -19,6 +19,9 @@ jobs:
19
with:
20
java-version: 11
21
22
+ - name: Install sbt
23
+ uses: sbt/setup-sbt@v1
24
+
25
- name: Run tests
26
run: sbt coverage +test
27
.github/workflows/release.yml
@@ -12,6 +12,9 @@ jobs:
12
- uses: actions/checkout@v2
13
- uses: coursier/cache-action@v6
14
15
16
17
18
- name: Make site
run: sbt makeSite
0 commit comments