From ed540b8e96ff7e505fbd104abe1ea3ed6282945e Mon Sep 17 00:00:00 2001 From: Payton Swick Date: Sun, 8 Dec 2024 20:36:21 -0500 Subject: [PATCH] Temporarily break phpcs output to see what happens --- .github/workflows/csqa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}