Skip to content

Commit dce01f6

Browse files
committed
Fixing CI.
1 parent 2609740 commit dce01f6

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ jobs:
66
test:
77
runs-on: ubuntu-latest
88
steps:
9-
- name: Checkout
10-
uses: actions/checkout@v2
11-
- name: Setup JDK
12-
uses: actions/setup-java@v3
13-
with:
14-
distribution: temurin
15-
java-version: 8
16-
- name: Build and Test
17-
run: sbt -v +test
9+
- name: Checkout
10+
uses: actions/checkout@v5
11+
- name: Setup JDK
12+
uses: actions/setup-java@v5
13+
with:
14+
distribution: temurin
15+
java-version: 8
16+
cache: sbt
17+
- name: Install sbt
18+
uses: sbt/setup-sbt@v1
19+
- name: Build and Test
20+
run: sbt -v +test

0 commit comments

Comments
 (0)