Skip to content
Snippets Groups Projects
Commit f451bbd0 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Merge branch 'feature/codeception-debug-log' into 'master'

Debug.log in codeception

See merge request wpdesk/gitlab-ci!85
parents 83fb8a41 dd535c4a
Branches
No related tags found
No related merge requests found
......@@ -448,6 +448,8 @@ library:
- mkdir -p ${CI_PROJECT_DIR}/tests/codeception/tests/functional
- mkdir -p ${CI_PROJECT_DIR}/tests/codeception/tests/unit
- chmod -R a+w ${APACHE_DOCUMENT_ROOT}/wp-content/uploads
- touch ${APACHE_DOCUMENT_ROOT}/wp-content/debug.log
- chmod a+w ${APACHE_DOCUMENT_ROOT}/wp-content/debug.log
- echo "End before"
script:
- vendor/bin/codecept run --report --steps --xml --html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment