We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f40e22 commit 580f60eCopy full SHA for 580f60e
.github/workflows/connector-tests.yml
@@ -163,9 +163,10 @@ jobs:
163
fi
164
echo -e "\n[Download Job Output](${{steps.upload_job_output.outputs.artifact-url}})" >> $GITHUB_STEP_SUMMARY
165
if [ "${success}" != "true" ]; then
166
- echo "::error::Test failed for connector '${{ matrix.connector }}' on step '${failed_step}'. Check the logs for more details."
+ echo "::error::Test failed for connector '${{ matrix.connector }}' on step '${failed_step}'. "
167
exit 1
168
169
+ echo "See the execution report for details: ${html_report_url}"
170
echo "success=${success}" >> $GITHUB_OUTPUT
171
echo "html_report_url=${html_report_url}" >> $GITHUB_OUTPUT
172
0 commit comments