mirror of
https://github.com/elyby/accounts.git
synced 2024-11-10 15:32:12 +05:30
9 lines
222 B
Bash
Executable File
9 lines
222 B
Bash
Executable File
#!/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 $*
|