We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76252f8 commit 237cd96Copy full SHA for 237cd96
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Run tests and jacoco coverage report with Gradle
38
uses: gradle/gradle-build-action@v2.4.2
39
with:
40
- arguments: -PenableJacoco=true check
+ arguments: -PenableJacoco=true check -Dwebdriver.chrome.driver=chromedriver
41
42
- name: Run javascript unit tests
43
run: node_modules/karma/bin/karma start karma.conf.js --single-run --browsers ChromeHeadless
0 commit comments