Compare commits

..

3 commits

Author SHA1 Message Date
55e688d04d Merge branch 'feature/flow-7.3' into feature/flow-8.2
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2023-02-01 19:50:40 +01:00
409875ecda Removing neos/behat requirement from base distribution (PR to fix already created)
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2023-02-01 19:50:26 +01:00
bcc054927c Merge branch 'develop' into feature/flow-7.3
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2023-02-01 19:40:28 +01:00

View file

@ -27,6 +27,8 @@ pipeline:
- "cd $NEOS_BUILD_DIR" - "cd $NEOS_BUILD_DIR"
- "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)
- "composer remove --dev neos/behat" - "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"