This commit is contained in:
@@ -1,17 +1,10 @@
|
||||
pipeline:
|
||||
style:
|
||||
image: ruby:3.4
|
||||
commands:
|
||||
- 'gem install rake'
|
||||
- 'bundle config set --local path "vendor/bundle"'
|
||||
- 'bundle install'
|
||||
- 'rake test:rubocop'
|
||||
|
||||
test_ruby34:
|
||||
group: tests
|
||||
image: ruby:3.4
|
||||
commands:
|
||||
- 'bundle config set --local path "vendor/bundle"'
|
||||
- 'bundle install'
|
||||
- 'rake db:migrate'
|
||||
- 'rake test:unit'
|
||||
test_ruby33:
|
||||
@@ -19,6 +12,7 @@ pipeline:
|
||||
image: ruby:3.3
|
||||
commands:
|
||||
- 'bundle config set --local path "vendor/bundle"'
|
||||
- 'bundle install'
|
||||
- 'rake db:migrate'
|
||||
- 'rake test:unit'
|
||||
test_ruby32:
|
||||
@@ -26,9 +20,17 @@ pipeline:
|
||||
image: ruby:3.2
|
||||
commands:
|
||||
- 'bundle config set --local path "vendor/bundle"'
|
||||
- 'bundle install'
|
||||
- 'rake db:migrate'
|
||||
- 'rake test:unit'
|
||||
|
||||
style:
|
||||
image: ruby:3.4
|
||||
commands:
|
||||
- 'gem install rake'
|
||||
- 'bundle config set --local path "vendor/bundle"'
|
||||
- 'rake test:rubocop'
|
||||
|
||||
gitea_release:
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
|
Reference in New Issue
Block a user