Skip to content

Commit

Permalink
Enabling the infection composer plugin
Browse files Browse the repository at this point in the history
Allowing the infection composer plugin to be used.
  • Loading branch information
DragonBe committed Jul 5, 2024
1 parent 967d1bf commit cb7ae19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress --no-suggest
run: |
composer config --no-plugins allow-plugins.infection/extension-installer true
composer install --prefer-dist --no-progress --no-suggest
- name: Prepare for Quality
run: /bin/sh -c 'mkdir -p ${{ github.workspace }}/build/logs && touch ${{ github.workspace }}/build/logs/checkstyle.xml'
Expand Down

0 comments on commit cb7ae19

Please sign in to comment.