[How-To] Try out fixes for issues on Github #34
KaustubhPatange
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This used to be always a problem eg: like developer fixes an issue but there is not a well-defined gateway for users to try out fixes. Luckily open-sourcing on Github helped a lot.
So for eg: if you create an issue & there is a commit tagging your issue (like the image below)
Clicking on the checkmark (✔) will show a drop-down list that will show all the CI pipelines that are passed. For eg: the first one in the above list "build / buildJob **" is what you should be looking for.
For every section there is a Details button associated with, clicking on it will take you to a different page (like below).
From there click on the highlighted region (more specifically the text in the region), this will take you to the workflow (i.e pipeline) associated with that commit. Scroll down & you will see Artifacts sections (shown below).
Download the snapshot artifact, it will be a zip file that will contain apk or windows installer for you to try out :)
Beta Was this translation helpful? Give feedback.
All reactions