How to show Github Action’s test results back to the user?
I’ve developed a web application using Spring Boot and Spring Security OAuth2. Users sign in using their GitHub accounts and can access various courses, each containing labs. Within these labs, users can start coding exercises. When they hit “start,” my app automatically generates a public GitHub repository based on a template associated with the lab on the behalf of the user. Each repository contains unit-tests for later building and testing.