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

Feature/codeception cache

parent 02ae2778
Branches
Tags 1.0
No related merge requests found
...@@ -386,7 +386,7 @@ library: ...@@ -386,7 +386,7 @@ library:
- $IS_LIBRARY - $IS_LIBRARY
.template: &job-codeception-test .template: &job-codeception-test
image: wpdesknet/wordpresscli:21 image: wpdesknet/wordpresscli:22
cache: cache:
key: ${CI_PROJECT_NAME}-vendor key: ${CI_PROJECT_NAME}-vendor
paths: paths:
...@@ -400,7 +400,7 @@ library: ...@@ -400,7 +400,7 @@ library:
services: services:
- name: mysql:5.6 - name: mysql:5.6
alias: mysqltests alias: mysqltests
- name: wpdesknet/wordpress:46 - name: wpdesknet/wordpress:47
alias: wootests alias: wootests
- name: selenium/standalone-chrome:latest - name: selenium/standalone-chrome:latest
alias: chrome alias: chrome
...@@ -438,7 +438,6 @@ library: ...@@ -438,7 +438,6 @@ library:
- cp -r /tmp/project/. ${APACHE_DOCUMENT_ROOT}/wp-content/plugins/${CI_PROJECT_NAME} - cp -r /tmp/project/. ${APACHE_DOCUMENT_ROOT}/wp-content/plugins/${CI_PROJECT_NAME}
- chmod a+x ${CI_PROJECT_DIR}/tests/codeception/bootstrap.sh - chmod a+x ${CI_PROJECT_DIR}/tests/codeception/bootstrap.sh
- cd ${CI_PROJECT_DIR} - cd ${CI_PROJECT_DIR}
- cd ${CI_PROJECT_DIR}
- . ./tests/codeception/bootstrap.sh - . ./tests/codeception/bootstrap.sh
- mkdir -p ${CI_PROJECT_DIR}/tests/codeception/tests/_output - mkdir -p ${CI_PROJECT_DIR}/tests/codeception/tests/_output
- mkdir -p ${CI_PROJECT_DIR}/tests/codeception/tests/acceptance - mkdir -p ${CI_PROJECT_DIR}/tests/codeception/tests/acceptance
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment