enable CI

This commit is contained in:
Kiara Grouwstra 2022-01-01 22:36:27 +01:00
parent f542e0c62b
commit 29d6fd31bf
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