From 0272041764b613fa509c8f1e6c89b64824f70bc2 Mon Sep 17 00:00:00 2001 From: Kentaro Ohkouchi Date: Wed, 9 Feb 2022 15:49:29 +0900 Subject: [PATCH] =?UTF-8?q?c3=20=E3=82=92=20allow-plugins=20=E3=81=AB?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - #5291 に伴い, allow-plugins 必須になったため --- .github/workflows/coverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 525946873fa..5021a8ae081 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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