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.
2 parents c3308a3 + 05ee8c5 commit ce49fd3Copy full SHA for ce49fd3
.github/workflows/dataconnect.yml
@@ -217,10 +217,10 @@ jobs:
217
if-no-files-found: warn
218
compression-level: 9
219
220
- - name: Check test result
+ - name: Verify "Gradle connectedCheck" step was successful
221
if: steps.connectedCheck.outcome != 'success'
222
run: |
223
- echo "Failing the job since the connectedCheck step failed"
+ echo 'Failing because the outcome of the "Gradle connectedCheck" step ("${{ steps.connectedCheck.outcome }}") was not successful'
224
exit 1
225
226
# Check this yml file with "actionlint": https://github.com/rhysd/actionlint
0 commit comments