Skip to content

Commit b937f30

Browse files
committed
.github/workflows/dataconnect.yml: cosmetic improvements to the step that verifies that the integration tests passed (the "Gradle connectedCheck" step).
1 parent c3308a3 commit b937f30

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 was not successful: ${{ steps.connectedCheck.outcome }}'
224224
exit 1
225225
226226
# Check this yml file with "actionlint": https://github.com/rhysd/actionlint

0 commit comments

Comments
 (0)