Skip to content
Snippets Groups Projects

Enable PHPUnit job for auto_updates and package_manager unit tests only

Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -129,6 +129,6 @@ phpunit:
extends: .phpunit-base
variables:
_PHPUNIT_CONCURRENT: '1'
_PHPUNIT_EXTRA: '--types PHPUnit-Unit'
_PHPUNIT_EXTRA: '--types PHPUnit-Unit --module package_manager'
_PHPUNIT_TESTGROUPS: '--verbose'
_WEB_ROOT: '$CI_PROJECT_DIR'
Loading