Skip to content

Commit

Permalink
Merge pull request #296 from splaplapla/bundle-check-on-ci
Browse files Browse the repository at this point in the history
CIでproject_template/Gemfileが有効かを確認する
  • Loading branch information
jiikko authored May 31, 2024
2 parents d77f9c2 + d19dd57 commit bc38b61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- checkout
- run: ruby -cw project_template/app.rb
- run: ruby -cw project_template/web.rb
- run: cd project_template && bundle install
- run: ruby -ryaml -e 'puts YAML.load_file("./project_template/setting.yml")["setting"]' > /tmp/content_of_setting.rb && ruby -cw /tmp/content_of_setting.rb

outdated_app_checker:
Expand Down

0 comments on commit bc38b61

Please sign in to comment.