-
Notifications
You must be signed in to change notification settings - Fork 33
On Build Artifacts
Vinayak Y B edited this page Aug 1, 2023
·
3 revisions
- Github Cloud builds for every platform generates Build_logs which can be downloaded and used for debugging.
- Build logs are uploaded as artifacts to facilitate debugging and can be downloaded on the github actions page after selecting the failed flavour on the bottom of the page under artifacts.
- Along with build logs the artifact may contain other files eg: Failed test cases files from SaveOrCompare() etc.
- The files which have failed comparison are uploaded in a folder in build logs called SaveOrCompare with the testcase and filename. These files can be downloaded and cross verified with required expected file from testcase.