Circleci Setup

Hi,

Can anyone provide some help (preferably step by step) on how to run the Yii2 codeception unit tests on CircleCI.

I’m sure there are others out there who are after alternatives to TravisCI.

I’ve gotten as far as customizing the PHP environment, but am at lost with the database setup on CircleCI

Thanks

I should mention the specific problem I’m getting in attempting to use CircleCI for continuous integration is the Database setup on the following step:

$frontend/tests/unit/yii migrate

bash: line 1: frontend/tests/unit/yii: Permission denied

frontend/tests/unit/yii migrate returned exit code 126action frontend/tests/unit/yii migrate failed

Exit Code: 126

What permission settings have I missed on?