Add .gitlab-ci.yml
This commit is contained in:
parent
f223c03686
commit
0da2702e21
|
|
@ -0,0 +1,6 @@
|
||||||
|
image: ruby:2.6.2
|
||||||
|
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- bundle exec rails db:migrate RAILS_ENV=test
|
||||||
|
- bundle exec rails spec RAILS_ENV=test
|
||||||
Loading…
Reference in New Issue