Skip to content

Commit

Permalink
fa2
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed May 13, 2024
1 parent b08f3d3 commit 8f3f607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
# The failure is fixed (exit with error 1, because all fixable ones were fixed).
vendor/bin/phpcbf --standard=moodle moodle/Tests/fixtures/integration_test_ci.php | tee output.txt
exitcode="${PIPESTATUS[0]}"
if [[ "${exitcode}" = 1 ]]; then
if [[ "${exitcode}" = 23 ]]; then
echo "Ok, got expected ${exitcode} exit code."
else
echo "Error: Expected 1, got ${exitcode} exit code."
Expand Down

0 comments on commit 8f3f607

Please sign in to comment.