From 1b613fba1721d3f0a28264efcfe5e602636c3bf8 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 22 May 2023 17:25:34 +0200 Subject: [PATCH] Does it also succeed correctly ? --- .github/workflows/basic-qa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/basic-qa.yml b/.github/workflows/basic-qa.yml index 5c6fc2a525..b88c714dd3 100644 --- a/.github/workflows/basic-qa.yml +++ b/.github/workflows/basic-qa.yml @@ -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"