Skip to content

Commit a3759ff

Browse files
committed
Remove set x
1 parent c0928bd commit a3759ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/csqa.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,7 @@ jobs:
138138
- name: Run performance report
139139
id: performance_report
140140
run: |
141-
set -x
142141
PHPCS_OUTPUT=$(./vendor/bin/phpcs --standard=VariableAnalysis --report=Performance ./PHPMailer.php)
143-
set +x
144142
echo "${PHPCS_OUTPUT}"
145143
TOTAL_SECS=$(echo ${PHPCS_OUTPUT}| grep -Eo 'TOTAL SNIFF PROCESSING TIME[ ]+[0-9.]+'|awk '{ print $5 }')
146144
echo "-----"

0 commit comments

Comments
 (0)