create a github action to do followings when a PR gets created:
1/ github action should compile the code-base of the new PR
2/ github action should launch 4 nodes of the code-base in our office machine
3/ github action should check if 4 nodes run properly by a script written from the devteam.
if any of them causes any error, then it is considered as failed build
create a github action to do followings when a PR gets created:
1/ github action should compile the code-base of the new PR 2/ github action should launch 4 nodes of the code-base in our office machine 3/ github action should check if 4 nodes run properly by a script written from the devteam.
if any of them causes any error, then it is considered as failed build