Skip to content

Commit 12e5177

Browse files
committed
Fix CircleCI test to succeed
1 parent 518bef5 commit 12e5177

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
version: 2.1
22

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

76
jobs:
87
run_tests:
@@ -51,8 +50,6 @@ jobs:
5150
- run:
5251
working_directory: redmine
5352
command: touch Gemfile.local
54-
- browser-tools/install-chrome
55-
- browser-tools/install-chromedriver
5653
- redmine-plugin/bundle-install
5754
- redmine-plugin/test:
5855
plugin: view_customize

0 commit comments

Comments
 (0)