Skip to content

Commit b7b008a

Browse files
authored
build: second try for sbt back in CI job (#820)
1 parent 0f23270 commit b7b008a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: CI
22
on:
33
pull_request:
44
push:
5+
permissions:
6+
contents: read
57
jobs:
68
test:
79
runs-on: ubuntu-latest
@@ -20,6 +22,8 @@ jobs:
2022
with:
2123
distribution: temurin
2224
java-version: ${{ matrix.java }}
25+
- name: Setup sbt launcher
26+
uses: sbt/setup-sbt@v1
2327
- name: Build and test
2428
shell: bash
2529
run: sbt -v test doc

0 commit comments

Comments
 (0)