mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Try to fix missing yii executable
This commit is contained in:
@@ -111,7 +111,7 @@ Codeception:
|
||||
- sudo chmod a+x /usr/local/bin/wait-for-it
|
||||
script:
|
||||
- php yii rbac/generate
|
||||
- wait-for-it "${DB_HOST}:3306" -s -t 0 -- php /var/www/html/yii migrate/up --interactive=0
|
||||
- wait-for-it "${DB_HOST}:3306" -s -t 0 -- php yii migrate/up --interactive=0
|
||||
- vendor/bin/codecept run
|
||||
|
||||
###############
|
||||
|
Reference in New Issue
Block a user