Skip to content
Snippets Groups Projects

Enable PHPUnit job for auto_updates and package_manager unit tests only

1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -129,6 +129,5 @@ phpunit:
extends: .phpunit-base
variables:
_PHPUNIT_CONCURRENT: '1'
_PHPUNIT_EXTRA: '--types=PHPUnit-Unit'
_PHPUNIT_TESTGROUPS: ''
_PHPUNIT_TESTGROUPS: '--types PHPUnit-Unit'
_WEB_ROOT: '$CI_PROJECT_DIR'
Loading