Skip to content

Commit

Permalink
Temporarily break phpcs output to see what happens
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig committed Dec 9, 2024
1 parent 9c91ded commit ed540b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/csqa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ed540b8

Please sign in to comment.