Skip to content

Commit

Permalink
TASK: Test patch neos stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Jul 22, 2023
1 parent d0d6c24 commit ea3512b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,25 @@ jobs:
cd ${FLOW_PATH_ROOT}
composer config --no-plugins allow-plugins.neos/composer-plugin true
composer config repositories.tested-package path ../Flowpack.NodeTemplates
#
# PATCHES
#
composer config --no-plugins allow-plugins.cweagans/composer-patches true
composer require --no-update --no-interaction cweagans/composer-patches:^1.7.3
patches='{
"neos/neos-ui": {
"improvedNodeCreationHandler": "https://github.com/neos/neos-ui/pull/3519.patch"
},
"neos/neos-development-collection": {
"tetheredNodeIdsDeterministic": "https://github.com/neos/neos-development-collection/pull/4313.patch"
}
}'
composer config extra.patches --json ${patches//[[:space:]]/}
#
# PATCHES END
#
composer require --no-update --no-interaction flowpack/nodetemplates:@dev
- name: Install dependencies
Expand Down

0 comments on commit ea3512b

Please sign in to comment.