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.
After completing a lab and submitting their work, I want to provide users with detailed feedback, including test results from GitHub Actions.However, I’m struggling to figure out how to display these results back to the user within my web application.
Could someone please provide guidance on how to integrate GitHub Actions with my Spring Boot application and display the results to users in a user-friendly manner? I’m looking for a solution that allows me to present detailed explanations and test outcomes effectively.
Thank you in advance for any assistance or suggestions!
I couldn’t find a way to show Github Action’s results back to the user.
I couldn’t find an API which allows me to show results back.
Asliddin Eshonkulov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.