mirror of
https://github.com/elyby/accounts.git
synced 2024-12-13 00:49:08 +05:30
9 lines
219 B
Bash
9 lines
219 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
cd "$(dirname "$0")"
|
||
|
|
||
|
./../vendor/bin/codecept build
|
||
|
|
||
|
./../docker/wait-for-it.sh testdb:3306 testrabbit:5672 -- \
|
||
|
php codeception/bin/yii migrate/up --interactive=0 && ./../vendor/bin/codecept run
|