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

gitlab-ci

parent 5d580c28
Branches
Tags
No related merge requests found
Pipeline #6767 failed
......@@ -73,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
- vendor/bin/phpunit --configuration phpunit-unit.xml --no-coverage
except:
- tags
only:
......
......@@ -9,7 +9,7 @@
<filter>
<whitelist>
<directory suffix=".php">classes</directory>
<directory suffix=".php">src</directory>
</whitelist>
</filter>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment