Skip to content

Commit 36cf603

Browse files
committed
minor #17020 [ci] allow flex to run in CI (jrushlow)
This PR was merged into the 4.4 branch. Discussion ---------- [ci] allow flex to run in CI Since Composer 2.3.9 unless you explicitly allow/disallow a plugin (flex in our case), an error is thrown (halts our CI run) before any tests are actually ran. (Code Blocks) Commits ------- fb505de [ci] allow flex to run in CI
2 parents 5810de6 + fb505de commit 36cf603

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ jobs:
116116
if: ${{ steps.find-files.outputs.files }}
117117
run: composer create-project symfony-tools/code-block-checker:@dev _checker
118118

119+
- name: Allow Flex
120+
if: ${{ steps.find-files.outputs.files }}
121+
run: |
122+
composer config --no-plugins allow-plugins.symfony/flex true
123+
119124
- name: Install test application
120125
if: ${{ steps.find-files.outputs.files }}
121126
run: |

0 commit comments

Comments
 (0)