-
Notifications
You must be signed in to change notification settings - Fork 876
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #937 from galetahub/setup-semaphore
Setup semaphore tests pipeline
- Loading branch information
Showing
31 changed files
with
356 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ test/dummy/public/uploads/* | |
.DS_Store | ||
Gemfile.lock | ||
dragonfly.log | ||
public/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
version: v1.0 | ||
name: Test CKEditor gem | ||
agent: | ||
machine: | ||
type: e1-standard-2 | ||
os_image: ubuntu2004 | ||
blocks: | ||
- name: 'Test' | ||
task: | ||
env_vars: | ||
- name: RAILS_ENV | ||
value: test | ||
jobs: | ||
- name: Test | ||
commands: | ||
- checkout | ||
- sem-service start mongodb | ||
- sem-version ruby 2.7.6 | ||
- cache restore | ||
- bundle install --path vendor/bundle | ||
- cache store | ||
# - bundle exec rake test CKEDITOR_BACKEND=paperclip | ||
- bundle exec rake test CKEDITOR_BACKEND=active_storage | ||
- 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 CKEDITOR_BACKEND=carrierwave | ||
- bundle exec rake test:controllers | ||
- bundle exec rake test:generators | ||
- bundle exec rake test:integration | ||
- bundle exec rake test:models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.