From a7988f3446a2b72cca67449adbb8c071f4b873fe Mon Sep 17 00:00:00 2001 From: Igor Galeta Date: Tue, 2 Jul 2024 14:31:39 +0300 Subject: [PATCH] Run tests for mongoid orm with carrierwave backend --- .semaphore/semaphore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 288c51c44..5bd2bbbc8 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -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 @@ -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