mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Тестовое окружение отделено от основного, упрощены билды для контейнеров MariaDB и RabbitMQ, написаны скрипты для быстрого прогона тестов
This commit is contained in:
8
tests/php.sh
Executable file
8
tests/php.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/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
|
Reference in New Issue
Block a user