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 391e52c + 2e1cd3b commit 3ae09bfCopy full SHA for 3ae09bf
2 files changed
.github/workflows/ci.yml
@@ -15,12 +15,7 @@ jobs:
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v4
18
- - name: Setup JDK
19
- uses: actions/setup-java@v4
20
- with:
21
- distribution: corretto
22
- java-version: 11
23
- cache: sbt
+ - uses: sbt/setup-sbt@v1.1.0
24
- name: Build # and "Test" to apply after having some tests
25
run: sbt compile
26
- name: Test Summary
.github/workflows/release.yml
@@ -19,11 +19,7 @@ jobs:
runs-on: ubuntu-latest
- uses: actions/checkout@v4
- - uses: actions/setup-java@v4
27
- uses: actions/setup-node@v4
28
with:
29
node-version-file: .nvmrc
0 commit comments