Removing neos/behat requirement from base distribution (PR to fix already created)
This commit is contained in:
parent
bcc054927c
commit
409875ecda
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ pipeline:
|
|||
- "cd $NEOS_BUILD_DIR"
|
||||
- "composer create-project --no-install neos/flow-base-distribution:^$FLOW_VERSION ."
|
||||
- "composer config repositories.repo-name path /woodpecker/package"
|
||||
# flow marked behat as a no dev dependency (but only in Flow 7.3) (PR already created)
|
||||
- "composer remove --dev neos/behat"
|
||||
- "composer remove neos/behat"
|
||||
- "composer require digicomp/settingvalidator:@dev"
|
||||
- "bin/phpunit --configuration Build/BuildEssentials/PhpUnit/FunctionalTests.xml Packages/Application/DigiComp.SettingValidator/Tests/Functional"
|
||||
|
|
Loading…
Add table
Reference in a new issue