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

Commit

Permalink
Run doctrine migrations without interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed May 4, 2018
1 parent d1f0cf6 commit a75184b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/symfony4/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ composer config repositories.opencensus git ${REPO}
composer require opencensus/opencensus:dev-${BRANCH} doctrine
composer require --dev phpunit/phpunit:^7.0 guzzlehttp/guzzle:~6.0

bin/console doctrine:migrations:migrate
bin/console doctrine:migrations:migrate -n
vendor/bin/phpunit

popd
Expand Down

0 comments on commit a75184b

Please sign in to comment.