diff --git a/gitlab-ci-1.2.yml b/gitlab-ci-1.2.yml index 968b3ad557c4011b9ccbf02e43bd5f67bef3ede6..35541605c6d9b553ddc470ab2ea1f23cd1cd2574 100644 --- a/gitlab-ci-1.2.yml +++ b/gitlab-ci-1.2.yml @@ -1,5 +1,5 @@ variables: - WPDESK_CI_VERSION: "2024.11.26" + WPDESK_CI_VERSION: "2024.12.10" MYSQL_ROOT_PASSWORD: "mysql" MYSQL_DATABASE: "wptest" MYSQL_USER: "mysql" diff --git a/includes/mixins/.after-codeception.yml b/includes/mixins/.after-codeception.yml index aa71574c1b029372c24d3e00f96148b1406c7521..b9b4913a8f5f3feba8f869f5f42ba6b28a2e885d 100644 --- a/includes/mixins/.after-codeception.yml +++ b/includes/mixins/.after-codeception.yml @@ -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}