Skip to content

Commit

Permalink
CI: troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Jun 26, 2024
1 parent 3c8a6b6 commit 3279507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:

- name: Run Tests
run: |
bundle config path ./vendor/bundle
bundle exec rake ci
env:
RAILS_ENV: test
Expand Down
3 changes: 2 additions & 1 deletion spec/test_app_templates/Gemfile.extra
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ gem 'inline_svg'
gem 'kithe', '~> 2.0'
gem 'noticed'
gem 'paper_trail'
gem 'simple_form'
gem 'simple_form'
gem 'pagy'

0 comments on commit 3279507

Please sign in to comment.