Skip to content

Commit 79f07e6

Browse files
authored
Update test.yaml
1 parent 2cb956e commit 79f07e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ jobs:
1212
with:
1313
distribution: 'adopt'
1414
java-version: '21'
15+
- name: Install sbt
16+
uses: sbt/setup-sbt@v1
1517
- name: Run tests
1618
run: sbt coverage test coverageReport
1719
- uses: codecov/codecov-action@v4
1820
with:
1921
fail_ci_if_error: true
20-
token: ${{ secrets.CODECOV_TOKEN }}
22+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)