2016-07-15 03:33:13 +05:30
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
|
|
|
|
./../vendor/bin/codecept build
|
|
|
|
|
|
|
|
./../docker/wait-for-it.sh testdb:3306 testrabbit:5672 -- \
|
2016-07-17 17:57:48 +05:30
|
|
|
php codeception/bin/yii migrate/up --interactive=0 && ./../vendor/bin/codecept run $*
|