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
When pushing new updates, testing the build processing is a must to ensure that everything is working properly for every user.
Solution:
Create a CI/cd pipeline to build the core components triggered by new Pull Requests or a merge in the main branch. The project already has bash building scripts, so the task is only about creating a pipeline that triggers the scripts
Is your feature request related to a problem?
Yes
Problem Description:
When pushing new updates, testing the build processing is a must to ensure that everything is working properly for every user.
Solution:
Create a CI/cd pipeline to build the core components triggered by new Pull Requests or a merge in the main branch. The project already has bash building scripts, so the task is only about creating a pipeline that triggers the scripts