diff --git a/.github/workflows/csqa.yml b/.github/workflows/csqa.yml index 626b312..c5cd558 100644 --- a/.github/workflows/csqa.yml +++ b/.github/workflows/csqa.yml @@ -139,7 +139,7 @@ jobs: - name: Run performance report id: performance_report run: | - PHPCS_OUTPUT=$(./vendor/bin/phpcs --standard=VariableAnalysis --report=Performance ./PHPMailer.php) + PHPCS_OUTPUT=$(./vendor/bin/phpcs --standard=VariableAnalysis --report=Performance ./PHPMailer.foobar) echo "${PHPCS_OUTPUT}" echo "${PHPCS_OUTPUT}" > ${{ env.PHPCS_OUTPUT_FILE }}