Skip to content

Commit

Permalink
allow flex plugin to run
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Jun 3, 2023
1 parent 805e534 commit 028b3d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
tools: 'composer:v2'

- name: Install Symfony Flex
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
run: |
composer global config --no-plugins allow-plugins.symfony/flex true
composer global require --no-progress --no-scripts --no-plugins symfony/flex
- name: Install dependencies with Composer
uses: ramsey/composer-install@v1
Expand Down

0 comments on commit 028b3d7

Please sign in to comment.