You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi experts,
I'm running job in the self-hosted runners, when I use scacap/action-surefire-report@v1 to publish report, I always get the error Error: request to https://api.github.com/repos/intel-analytics/BigDL/check-runs failed, reason: tunneling socket could not be established, statusCode=407https://github.com/intel-analytics/BigDL/runs/7790266534?check_suite_focus=true
- name: Publish Test Report
if: ${{ always() }}
uses: scacap/action-surefire-report@v1
with:
check_name: Example mvn Report
report_paths: scala/dllib/target/surefire-reports/*.xml
Hi experts,
I'm running job in the self-hosted runners, when I use scacap/action-surefire-report@v1 to publish report, I always get the error
Error: request to https://api.github.com/repos/intel-analytics/BigDL/check-runs failed, reason: tunneling socket could not be established, statusCode=407
https://github.com/intel-analytics/BigDL/runs/7790266534?check_suite_focus=trueI tried to add env to set the proxy then I got
Error: request to https://api.github.com/repos/intel-analytics/BigDL/check-runs failed, reason: connect ETIMEDOUT 140.82.114.6:443
https://github.com/intel-analytics/BigDL/runs/7836407257?check_suite_focus=trueWhere could the problem be?
The text was updated successfully, but these errors were encountered: