Skip to content

Commit 48f6a91

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ jobs:
309309
- name: Test churn.phar error message
310310
run: |
311311
php -r "passthru('./churn.phar', \$code); if (\$code !== 1) exit('Invalid error code. Expected 1, got ' . \$code);" &> error
312+
echo error
312313
echo "Error code is OK. Now testing error message..."
313314
grep 'The application requires the version ">=8.1.33" or greater' error
314315
echo "Everything is OK."

0 commit comments

Comments
 (0)