Skip to content

Commit

Permalink
Run tests for mongoid orm with carrierwave backend
Browse files Browse the repository at this point in the history
  • Loading branch information
galetahub committed Jul 2, 2024
1 parent 1b62a7e commit a7988f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ blocks:
- name: Test
commands:
- checkout
- sem-service start mongodb
- sem-service start mongodb
- sem-version ruby 2.7.6
- cache restore
- bundle install --path vendor/bundle
Expand All @@ -24,7 +24,7 @@ blocks:
- bundle exec rake test CKEDITOR_BACKEND=carrierwave
- bundle exec rake test CKEDITOR_BACKEND=dragonfly
- bundle exec rake test CKEDITOR_BACKEND=shrine
- bundle exec rake test CKEDITOR_ORM=mongoid
- bundle exec rake test CKEDITOR_ORM=mongoid CKEDITOR_BACKEND=carrierwave
- bundle exec rake test:controllers
- bundle exec rake test:generators
- bundle exec rake test:integration
Expand Down

0 comments on commit a7988f3

Please sign in to comment.