Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Go Tip installation into sub-action (#5020)
## Which problem is this PR solving? - Unit tests on Go Tip sometimes fail because Go Tip fails to install, but the output is non-descriptive, e.g. https://github.com/jaegertracing/jaeger/actions/runs/7263410887/job/19788655227 <img width="497" alt="image" src="https://github.com/jaegertracing/jaeger/assets/3523016/8535776d-eaf6-4b2d-be9d-380d58ac4d37"> ## Description of the changes - Move Go Tip installation into a separate sub-action - Add some debug logging to see the progress to make it easier to debug in case of failures (right now it's hard to tell which step is actually failing and resulting in the errors above) ## How was this change tested? - Tested in personal repo: https://github.com/yurishkuro/test-project-3/actions/runs/7264047725/job/19790690846 <img width="756" alt="image" src="https://github.com/jaegertracing/jaeger/assets/3523016/1ac72a21-e127-42b6-9e9b-6f83c110dba7"> Signed-off-by: Yuri Shkuro <[email protected]>
- Loading branch information