Skip to content

Commit

Permalink
c3 を allow-plugins に追加
Browse files Browse the repository at this point in the history
- #5291 に伴い, allow-plugins 必須になったため
  • Loading branch information
nanasess committed Feb 9, 2022
1 parent a446f03 commit 0272041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ jobs:
- name: Setup xdebug
run: |
composer require --dev codeception/c3 "2.*"
composer config --no-plugins allow-plugins.codeception/c3 true
sudo phpenmod -s cli xdebug
sed -i "7a include __DIR__.'/c3.php';" index.php
Expand Down

0 comments on commit 0272041

Please sign in to comment.