Skip to content
Snippets Groups Projects
Commit 86da1f95 authored by Krzysiek's avatar Krzysiek
Browse files

Less jobs for each commit

parent 0d7dab8b
No related branches found
No related tags found
1 merge request!14Devel less jobs
#1.10.8
#1.10.9
before_script:
- cd ${CI_PROJECT_DIR}
......@@ -28,6 +28,9 @@ stages:
dependencies:
- build php
coverage: '/^\s*Lines:\s*\d+.\d+\%/'
only:
- devel
- master
.template: &job-test-integration-template
<<: *job-test-template
......@@ -86,11 +89,13 @@ code style test:
- php --version
- composer phpcs
unit test 0:
unit test lastest:
<<: *job-test-unit-template
only:
integration test lastest:
<<: *job-test-integration-template
only:
integration test php7-1 wc-1:
<<: *job-test-integration-template
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment