From fb505de41c695d00240ba40fb8380dac514051c3 Mon Sep 17 00:00:00 2001 From: Jesse Rushlow Date: Wed, 20 Jul 2022 16:20:52 -0400 Subject: [PATCH] [ci] allow flex to run in CI --- .github/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 87ccb0b1d75..7174f5d4cf2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -116,6 +116,11 @@ jobs: if: ${{ steps.find-files.outputs.files }} run: composer create-project symfony-tools/code-block-checker:@dev _checker + - name: Allow Flex + if: ${{ steps.find-files.outputs.files }} + run: | + composer config --no-plugins allow-plugins.symfony/flex true + - name: Install test application if: ${{ steps.find-files.outputs.files }} run: |