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

gitlab-ci

parent 2f18b91f
No related branches found
No related tags found
No related merge requests found
Pipeline #6718 failed
......@@ -35,7 +35,6 @@ stages:
- vendor/bin/phpunit --configuration phpunit-integration.xml --coverage-text --colors=never
only:
- tags
- master@gitlab-org/gitlab-ce
.template: &job-test-integration-template-fast
<<: *job-test-integration-template
......@@ -64,7 +63,6 @@ stages:
- vendor/bin/phpunit --configuration phpunit-unit.xml --coverage-text --colors=never
only:
- tags
- master@gitlab-org/gitlab-ce
.template: &job-test-unit-template-fast
<<: *job-test-unit-template
......@@ -75,7 +73,7 @@ stages:
- cat /tmp/wordpress-develop/src/wp-includes/version.php
- cat /tmp/woocommerce/woocommerce.php
- composer update --no-progress
- vendor/bin/phpunit --configuration phpunit-unit.xml --no-coverage
- vendor/bin/phpunit --configuration phpunit-unit.xml
except:
- tags
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment