Skip to content

Commit f650723

Browse files
Setup SBT
1 parent 043f941 commit f650723

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,17 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1616

17+
- name: Setup JDK
18+
uses: actions/setup-java@v4
19+
with:
20+
distribution: temurin
21+
java-version: 17
22+
cache: sbt
23+
24+
- name: Setup SBT
25+
uses: sbt/setup-sbt@v1
26+
with:
27+
sbt-runner-version: 1.9.9
28+
1729
- name: Run tests for all exercises
1830
run: bin/test

0 commit comments

Comments
 (0)