Merge remote-tracking branch 'origin/ci'

This commit is contained in:
Kiara Grouwstra 2022-08-27 14:29:02 +02:00
commit 83b2b4253b
1 changed files with 9 additions and 9 deletions

View File

@ -38,15 +38,15 @@ cache:
# - bin/rails app:update:bin
# # - bundle exec rails webpacker:install
# rails:
# # variables:
# # DATABASE_URL: "postgresql://postgres:postgres@postgres:5432/$POSTGRES_DB"
# script:
# # - alias rails=./vendor/ruby/3.0.0/bin/rails
# - bundle exec rails db:migrate
# - bundle exec rails db:seed
# - bundle exec rails test
# - bundle exec rake test
rails:
# variables:
# DATABASE_URL: "postgresql://postgres:postgres@postgres:5432/$POSTGRES_DB"
script:
# - alias rails=./vendor/ruby/3.0.0/bin/rails
- bundle exec rails db:migrate
- bundle exec rails db:seed
- bundle exec rails test
- bundle exec rake test
deploy:
stage: deploy