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.
2 parents 7fe87f3 + 3e5856a commit e0bf41eCopy full SHA for e0bf41e
.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
17
with:
18
distribution: 'adopt'
19
java-version: 8
20
+ - uses: sbt/setup-sbt@v1
21
- run: sbt scalafmtCheckAll
22
23
test:
@@ -31,6 +32,7 @@ jobs:
31
32
33
34
35
36
- name: JVM tests
37
if: matrix.platform == 'jvm'
38
run: sbt +core/test
@@ -56,6 +58,7 @@ jobs:
56
58
- uses: olafurpg/setup-gpg@v3
57
59
- name: Create docs directory
60
run: mkdir generated-docs
61
62
- name: Release
63
run: sbt ci-release
64
env:
@@ -74,6 +77,7 @@ jobs:
74
77
75
78
76
79
80
81
82
83
- name: Generate Website
0 commit comments