Skip to content

Commit e10fc0e

Browse files
committed
fix for build failure
1 parent 1618938 commit e10fc0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
- name: Check chromedriver version
5454
run: $CHROMEWEBDRIVER/chromedriver --version
5555

56+
- name: Clean to remove clover instrumentation
57+
run: ./gradlew clean
58+
5659
- name: Run tests and jacoco coverage report with Gradle
5760
run: ./gradlew -PenableJacoco=true -Dwebdriver.chrome.driver=$CHROMEWEBDRIVER/chromedriver check
5861

0 commit comments

Comments
 (0)