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

feature(tests): codeception artifacts

parent 6c1a1aed
No related branches found
No related tags found
No related merge requests found
variables:
WPDESK_CI_VERSION: "2024.11.26"
WPDESK_CI_VERSION: "2024.12.10"
MYSQL_ROOT_PASSWORD: "mysql"
MYSQL_DATABASE: "wptest"
MYSQL_USER: "mysql"
......
......@@ -2,4 +2,6 @@
after_script:
- cp ${APACHE_DOCUMENT_ROOT}/wp-content/debug.log tests/codeception/tests/_output/debug.log &>/dev/null || true
- cp ${APACHE_DOCUMENT_ROOT}/wp-content/uploads/wpdesk-logs/wpdesk_debug.log tests/codeception/tests/_output/wpdesk_debug.log &>/dev/null || true
- mkdir -p tests/codeception/tests/_output/wc-logs
- cp ${APACHE_DOCUMENT_ROOT}/wp-content/uploads/wc-logs/* tests/codeception/tests/_output/wc-logs/ &>/dev/null || true
- rm -r ${APACHE_DOCUMENT_ROOT}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment