Compare commits
No commits in common. "6986cef7c3ae4935fe64c0a5f0e54766c6544797" and "cd51f5812d16c26718d3d823ee885c9585ff51d4" have entirely different histories.
6986cef7c3
...
cd51f5812d
1 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@ pipeline:
|
||||||
- "composer create-project --no-install neos/flow-base-distribution:^$FLOW_VERSION ."
|
- "composer create-project --no-install neos/flow-base-distribution:^$FLOW_VERSION ."
|
||||||
- "composer config repositories.repo-name path /woodpecker/package"
|
- "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)
|
# flow marked behat as a no dev dependency (but only in Flow 7.3) (PR already created)
|
||||||
- "composer remove --dev neos/behat --no-update || composer remove neos/behat --no-update"
|
- "composer remove --dev neos/behat"
|
||||||
|
- "composer remove neos/behat"
|
||||||
- "composer require digicomp/settingvalidator:@dev"
|
- "composer require digicomp/settingvalidator:@dev"
|
||||||
- "bin/phpunit --configuration Build/BuildEssentials/PhpUnit/FunctionalTests.xml Packages/Application/DigiComp.SettingValidator/Tests/Functional"
|
- "bin/phpunit --configuration Build/BuildEssentials/PhpUnit/FunctionalTests.xml Packages/Application/DigiComp.SettingValidator/Tests/Functional"
|
||||||
|
|
Loading…
Add table
Reference in a new issue