Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Add db migrations to test and run scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
seadowg committed Mar 28, 2018
1 parent ce2fc7b commit 557539b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

set -e

pushd api
bundle exec rake db:create db:migrate
popd

pushd web
gulp local-run
popd
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
set -e

pushd api
bundle exec rake db:create db:migrate
bundle exec rake
popd

Expand Down

0 comments on commit 557539b

Please sign in to comment.