mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-27 01:02:12 +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
|
||||
- cd ../..
|
||||
- wget http://codeception.com/codecept.phar
|
||||
- mkdir tests/codecept/tests/_log
|
||||
- chmod -R 777 tests/codecept/tests/_log
|
||||
|
||||
script:
|
||||
- mkdir -p build/logs
|
||||
|
Loading…
Reference in New Issue
Block a user