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.
1 parent 3cacd59 commit 84fe97eCopy full SHA for 84fe97e
.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:
@@ -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