Having a test runner built up, with GitHub actions that compile the code and trigger the test runner. Make use of github status check recording, then setup branch protection rule for develop and main with only allow merging if status check passed.
Start with an empty runner the invokes the status check. Then add some simple test.
Having a test runner built up, with GitHub actions that compile the code and trigger the test runner. Make use of github status check recording, then setup branch protection rule for develop and main with only allow merging if status check passed.
Start with an empty runner the invokes the status check. Then add some simple test.