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

Revert "Recorded codeception"

This reverts commit 3e416206
parent ff2a2e92
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,8 @@ include:
.template: &job-deploy-template
image: wpdesknet/amazon-svn-deploy:4
stage: deploy
tags:
- deploy
dependencies:
- build to deploy
- unit test lastest coverage
......@@ -63,6 +65,8 @@ before_script:
prepare prefixed vendor:
image: wpdesknet/phpunit-woocommerce:0-0
tags:
- vendor
stage: prepare
interruptible: true
artifacts:
......@@ -133,6 +137,8 @@ apigen docs refresh:
pages:
stage: deploy
tags:
- deploy
dependencies:
- apigen docs
script:
......@@ -255,6 +261,8 @@ update wpdesk plugins database:
library:
image: wpdesknet/phpunit-woocommerce:3-0
stage: deploy
tags:
- deploy
artifacts:
expire_in: 1 year
name: "${CI_PROJECT_NAME}-${CI_COMMIT_REF_NAME}"
......
.template: &job-codeception-test
tags:
- codeception
image: wpdesknet/wordpresscli:24
cache:
key: ${CI_PROJECT_NAME}-vendor
......
......@@ -12,6 +12,8 @@
.template: &job-test-integration-template
<<: *job-test-template
tags:
- integration
dependencies:
- prepare prefixed vendor
services:
......
.template: &job-test-template
tags:
- unit
cache:
key: ${CI_PROJECT_NAME}-vendor
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment