Skip to content

Commit

Permalink
Does it also succeed correctly ?
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed May 22, 2023
1 parent 1c08193 commit 1b613fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
continue-on-error: true
run: |
set +e
$(pwd)/vendor/bin/phpcbf -pq ./WordPress/Tests/ --standard=WordPress --extensions=inc --exclude=Generic.PHP.Syntax --report=summary
$(pwd)/vendor/bin/phpcbf -pq ./WordPress/Tests/Arrays/ArrayDeclarationSpacingUnitTest.1.inc --standard=WordPress --extensions=inc --exclude=Generic.PHP.Syntax --report=summary
exitcode="$?"
echo 'EXITCODE=$exitcode' >> $GITHUB_OUTPUT
exit "$exitcode"
Expand Down

0 comments on commit 1b613fb

Please sign in to comment.