Skip to content

Commit 4cb6f1b

Browse files
committed
clean build in 'Build & Test'
1 parent cb2a91e commit 4cb6f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cache: 'sbt'
4646

4747
- name: Build & Test
48-
run: sbt ++${{ matrix.scala }} testWithCoverage
48+
run: sbt ++${{ matrix.scala }} clean testWithCoverage
4949

5050
- name: Upload coverage report (Cobertura)
5151
uses: actions/[email protected]

0 commit comments

Comments
 (0)