Skip to content

Commit 84fe97e

Browse files
committed
Install ChromeDriver in advance to avoid ChromeDriver installation failure in redmine-plugin/bundle-install
1 parent 3cacd59 commit 84fe97e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: 2.1
22

33
orbs:
44
redmine-plugin: agileware-jp/[email protected]
5+
browser-tools: circleci/[email protected]
56

67
jobs:
78
run_tests:
@@ -50,6 +51,8 @@ jobs:
5051
- run:
5152
working_directory: redmine
5253
command: touch Gemfile.local
54+
- browser-tools/install-chrome
55+
- browser-tools/install-chromedriver
5356
- redmine-plugin/bundle-install
5457
- redmine-plugin/test:
5558
plugin: view_customize

0 commit comments

Comments
 (0)