Skip to content

Commit 237cd96

Browse files
committed
Trying to use built-in actions chromedriver #190
1 parent 76252f8 commit 237cd96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Run tests and jacoco coverage report with Gradle
3838
uses: gradle/gradle-build-action@v2.4.2
3939
with:
40-
arguments: -PenableJacoco=true check
40+
arguments: -PenableJacoco=true check -Dwebdriver.chrome.driver=chromedriver
4141

4242
- name: Run javascript unit tests
4343
run: node_modules/karma/bin/karma start karma.conf.js --single-run --browsers ChromeHeadless

0 commit comments

Comments
 (0)