Skip to content

Commit ce49fd3

Browse files
authored
Merge 05ee8c5 into c3308a3
2 parents c3308a3 + 05ee8c5 commit ce49fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dataconnect.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,10 @@ jobs:
217217
if-no-files-found: warn
218218
compression-level: 9
219219

220-
- name: Check test result
220+
- name: Verify "Gradle connectedCheck" step was successful
221221
if: steps.connectedCheck.outcome != 'success'
222222
run: |
223-
echo "Failing the job since the connectedCheck step failed"
223+
echo 'Failing because the outcome of the "Gradle connectedCheck" step ("${{ steps.connectedCheck.outcome }}") was not successful'
224224
exit 1
225225
226226
# Check this yml file with "actionlint": https://github.com/rhysd/actionlint

0 commit comments

Comments
 (0)