Skip to content

Commit 6f15084

Browse files
authored
Merge pull request #114 from onozaty/hotfix/circleci-test
ChromeDriver installation fails in CircleCI test
2 parents fc082b7 + 84fe97e commit 6f15084

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
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:
@@ -14,7 +15,7 @@ jobs:
1415
default: redmine
1516
ruby_version:
1617
type: string
17-
default: "3.3" # https://github.com/redmine/redmine/blob/5.1.0/Gemfile#L3
18+
default: "3.2" # https://github.com/redmine/redmine/blob/5.1.0/Gemfile#L3
1819
database:
1920
type: enum
2021
enum:
@@ -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)