Skip to content

Commit

Permalink
Merge pull request #82 from tvdeyen/fix-builds
Browse files Browse the repository at this point in the history
Patch Gutentag migrations during dummy app setup
  • Loading branch information
tvdeyen authored Aug 11, 2021
2 parents be35ec4 + 40838d2 commit 4497e52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ task :test_setup do
system <<-SETUP.strip_heredoc
export RAILS_ENV=test && \
bin/rake db:environment:set db:drop && \
bin/rake gutentag:install:migrations && \
bin/rails g gutentag:migration_versions && \
bin/rails g spree:install --force --auto-accept --no-seed --no-sample && \
bin/rails g alchemy:solidus:install --auto-accept --force
SETUP
Expand Down

0 comments on commit 4497e52

Please sign in to comment.