Trying to fix dependency to behat
This commit is contained in:
parent
f63e921033
commit
b9751485fb
1 changed files with 1 additions and 2 deletions
|
@ -26,7 +26,6 @@ pipeline:
|
|||
- "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 remove --dev neos/behat --no-update || composer remove neos/behat --no-update"
|
||||
- "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