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 ba0941b commit 043bdc0Copy full SHA for 043bdc0
.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