Skip to content

Commit

Permalink
💚 Attempt to fix test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek- committed Sep 28, 2022
1 parent 5a0b047 commit d5f0abb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
run: composer config minimum-stability ${{ matrix.stability }}

- name: Install symfony/flex
run: composer global require symfony/flex
run: |
composer global config --no-plugins allow-plugins.symfony/flex true
composer global require symfony/flex
- name: Install dependencies
env:
Expand Down

0 comments on commit d5f0abb

Please sign in to comment.