We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc082b7 + 84fe97e commit 6f15084Copy full SHA for 6f15084
.circleci/config.yml
@@ -2,6 +2,7 @@ version: 2.1
2
3
orbs:
4
redmine-plugin: agileware-jp/[email protected]
5
+ browser-tools: circleci/[email protected]
6
7
jobs:
8
run_tests:
@@ -14,7 +15,7 @@ jobs:
14
15
default: redmine
16
ruby_version:
17
type: string
- 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
19
database:
20
type: enum
21
enum:
@@ -50,6 +51,8 @@ jobs:
50
51
- run:
52
working_directory: redmine
53
command: touch Gemfile.local
54
+ - browser-tools/install-chrome
55
+ - browser-tools/install-chromedriver
56
- redmine-plugin/bundle-install
57
- redmine-plugin/test:
58
plugin: view_customize
0 commit comments