Skip to content

Commit fb505de

Browse files
committed
[ci] allow flex to run in CI
1 parent ac8bc03 commit fb505de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
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)