Skip to content

Commit

Permalink
CI: Ad-hoc fix for MacOS jobs (#7970)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirone committed Apr 26, 2024
1 parent 6ec7005 commit bb387e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -157,7 +157,8 @@ jobs:
uses: actions/checkout@v4

- name: Remove Infection requirement if not needed
if: matrix.run-mutation-tests != 'yes'
# TODO: Fix it properly. It somehow stopped working on MacOS (Composer not available)
if: matrix.operating-system != 'macos-latest' && matrix.run-mutation-tests != 'yes'
run: composer remove --dev infection/infection --no-update

- name: Setup PHP with Composer deps
Expand Down

0 comments on commit bb387e1

Please sign in to comment.