Skip to content

Commit 580f60e

Browse files
authored
ci: make it easier to find the connector test report url upon failure (#153)
1 parent 0f40e22 commit 580f60e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/connector-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,10 @@ jobs:
163163
fi
164164
echo -e "\n[Download Job Output](${{steps.upload_job_output.outputs.artifact-url}})" >> $GITHUB_STEP_SUMMARY
165165
if [ "${success}" != "true" ]; then
166-
echo "::error::Test failed for connector '${{ matrix.connector }}' on step '${failed_step}'. Check the logs for more details."
166+
echo "::error::Test failed for connector '${{ matrix.connector }}' on step '${failed_step}'. "
167167
exit 1
168168
fi
169+
echo "See the execution report for details: ${html_report_url}"
169170
echo "success=${success}" >> $GITHUB_OUTPUT
170171
echo "html_report_url=${html_report_url}" >> $GITHUB_OUTPUT
171172

0 commit comments

Comments
 (0)