Skip to content

Commit 8a78822

Browse files
committed
try to fix broken ci.
1 parent 5136bdd commit 8a78822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scala.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install sbt
2323
uses: sbt/setup-sbt@v1
2424
- name: Run tests
25-
run: sbt coverage test coverageReport
25+
run: sbt clean coverage test coverageReport
2626
- uses: codecov/codecov-action@v4
2727
with:
2828
fail_ci_if_error: true

0 commit comments

Comments
 (0)