Skip to content

Commit

Permalink
Fix CircleCI test to succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
onozaty committed May 18, 2024
1 parent 518bef5 commit 12e5177
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
version: 2.1

orbs:
redmine-plugin: agileware-jp/[email protected]
browser-tools: circleci/[email protected]
redmine-plugin: agileware-jp/[email protected]

jobs:
run_tests:
Expand Down Expand Up @@ -51,8 +50,6 @@ jobs:
- run:
working_directory: redmine
command: touch Gemfile.local
- browser-tools/install-chrome
- browser-tools/install-chromedriver
- redmine-plugin/bundle-install
- redmine-plugin/test:
plugin: view_customize
Expand Down

0 comments on commit 12e5177

Please sign in to comment.