Skip to content
Snippets Groups Projects

Enable PHPUnit job for auto_updates and package_manager unit tests only

1 file
+ 2
4
Compare changes
  • Side-by-side
  • Inline
+ 2
4
@@ -54,8 +54,6 @@ variables:
@@ -54,8 +54,6 @@ variables:
SKIP_PHPCS: '1'
SKIP_PHPCS: '1'
SKIP_PHPSTAN: '1'
SKIP_PHPSTAN: '1'
SKIP_STYLELINT: '1'
SKIP_STYLELINT: '1'
_PHPUNIT_EXTRA: '--testsuite=unit'
_PHPUNIT_TESTGROUPS: 'auto_updates,package_manager'
_WEB_ROOT: '.'
_WEB_ROOT: '.'
###################################################################################
###################################################################################
@@ -126,10 +124,10 @@ composer:
@@ -126,10 +124,10 @@ composer:
- test -d ./core/modules/package_manager
- test -d ./core/modules/package_manager
- test -d ./core/modules/auto_updates
- test -d ./core/modules/auto_updates
- rm -r -f ./modules/contrib
- rm -r -f ./modules/contrib
- mkdir ./modules/custom
- ln -s ./modules/custom/$CI_PROJECT_NAME $PWD/core/modules
phpunit:
phpunit:
extends: .phpunit-base
extends: .phpunit-base
variables:
variables:
 
_PHPUNIT_CONCURRENT: '1'
 
_PHPUNIT_EXTRA: '--types PHPUnit-Unit --module package_manager'
_WEB_ROOT: ''
_WEB_ROOT: ''
Loading