We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d84dc1 commit b480b03Copy full SHA for b480b03
.github/workflows/test-requirements-check.yml
@@ -144,7 +144,7 @@ jobs:
144
php "bin/${{ matrix.cmd }}" --version
145
exitcode="$?"
146
echo "EXITCODE=$exitcode" >> "$GITHUB_OUTPUT"
147
- echo "$exitcode"
+ echo "Exitcode is: $exitcode"
148
exit "$exitcode"
149
150
- name: Check the result of a successful test against expectation
@@ -216,7 +216,7 @@ jobs:
216
php ${{ matrix.cmd }}.phar --version
217
218
219
220
221
222
0 commit comments