From 9c91ded751f589837ba1c0807065ea82d4016265 Mon Sep 17 00:00:00 2001 From: Payton Swick Date: Sun, 8 Dec 2024 20:33:22 -0500 Subject: [PATCH] Also output performance report --- .github/workflows/csqa.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/csqa.yml b/.github/workflows/csqa.yml index 25817f4..626b312 100644 --- a/.github/workflows/csqa.yml +++ b/.github/workflows/csqa.yml @@ -140,6 +140,7 @@ jobs: id: performance_report run: | PHPCS_OUTPUT=$(./vendor/bin/phpcs --standard=VariableAnalysis --report=Performance ./PHPMailer.php) + echo "${PHPCS_OUTPUT}" echo "${PHPCS_OUTPUT}" > ${{ env.PHPCS_OUTPUT_FILE }} - name: Parse performance report