Skip to content

Commit

Permalink
TASK: Remove patches from CI after merge of 3519
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Jun 21, 2024
1 parent 4d1ccfa commit 6b9fc67
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,6 @@ jobs:
composer require --no-update --no-interaction flowpack/nodetemplates:@dev
composer require --dev --no-update --no-interaction phpstan/phpstan:^1.10
#
# PATCHES
#
composer config --no-plugins allow-plugins.cweagans/composer-patches true
composer require --no-update --no-interaction cweagans/composer-patches:^1.7.3
# the packages might have to be installed from source, so the patch works
patches='{
"neos/neos-ui": {
"improvedNodeCreationHandler": "https://github.com/neos/neos-ui/pull/3519.patch"
}
}'
composer config extra.patches --json ${patches//[[:space:]]/}
#
# PATCHES END
#
- name: Install dependencies
run: |
cd ${FLOW_PATH_ROOT}
Expand Down

0 comments on commit 6b9fc67

Please sign in to comment.