Fix CI build
This commit is contained in:
parent
55e552a1b3
commit
752067503c
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ before_install:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- bundle install --jobs=3 --retry=3
|
- bundle install --jobs=3 --retry=3
|
||||||
|
- bundle exec rake yarn:install
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- psql -U postgres -c "CREATE DATABASE partynest_test;"
|
- psql -U postgres -c "CREATE DATABASE partynest_test;"
|
||||||
|
|
Reference in a new issue