Skip to content

Commit d67e265

Browse files
author
Philipp Handle
committed
debugging
1 parent 48f6a91 commit d67e265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ jobs:
308308

309309
- name: Test churn.phar error message
310310
run: |
311+
php -r "passthru('./churn.phar', \$code); if (\$code !== 1) exit('Invalid error code. Expected 1, got ' . \$code);"
311312
php -r "passthru('./churn.phar', \$code); if (\$code !== 1) exit('Invalid error code. Expected 1, got ' . \$code);" &> error
312-
echo error
313313
echo "Error code is OK. Now testing error message..."
314314
grep 'The application requires the version ">=8.1.33" or greater' error
315315
echo "Everything is OK."

0 commit comments

Comments
 (0)