mrproliu opened a new pull request #62: URL: https://github.com/apache/skywalking-infra-e2e/pull/62
Support save the container logs to the working directory and upload to the GitHub Action Artifact. I have tested in two environments: 1. docker-compose: https://github.com/mrproliu/skywalking/actions/runs/1394520199 2. KinD: https://github.com/mrproliu/skywalking/actions/runs/1394520206 But I found a problem. In the same job, if there is a matrix in the job, all the generated task files will be merged, and the files with the same name will be overwritten. At present, I hope to solve the problem by creating multiple directories by obtaining `job.name`, but I only found a solution [through API](https://docs.github.com/en/rest/reference/actions#workflow-jobs). Is anyone have another good idea? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
