mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-23 05:29:52 +05:30
Create the codecept logs path and ensure it is writeable
This commit is contained in:
parent
9a6ab4141f
commit
f7231b2c6a
@ -20,6 +20,8 @@ before_script:
|
|||||||
- sleep 3
|
- sleep 3
|
||||||
- cd ../..
|
- cd ../..
|
||||||
- wget http://codeception.com/codecept.phar
|
- wget http://codeception.com/codecept.phar
|
||||||
|
- mkdir tests/codecept/tests/_log
|
||||||
|
- chmod -R 777 tests/codecept/tests/_log
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mkdir -p build/logs
|
- mkdir -p build/logs
|
||||||
|
Loading…
Reference in New Issue
Block a user