Skip to content

Commit

Permalink
Also output performance report
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig committed Dec 9, 2024
1 parent 07d676f commit 9c91ded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/csqa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c91ded

Please sign in to comment.