Skip to content

Commit 4996cb1

Browse files
committed
clean build
1 parent 556dfe7 commit 4996cb1

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
@@ -90,7 +90,7 @@ jobs:
9090
cache: 'sbt'
9191

9292
- name: Perform Build / Test
93-
run: sbt ++${{ matrix.scala }} compile test
93+
run: sbt ++${{ matrix.scala }} clean compile test
9494

9595
coverage:
9696
name: Coverage Report

0 commit comments

Comments
 (0)