Spring Data JPA application with Github Actions CI
I’m trying to set up Github Actions CI with my Spring Boot project that uses Spring Data JPA. The problem is that the Github server that runs Spring won’t build properly since there is no database connected on that end. I was wondering if there is a way to either isolate the app to not need a database when running Actions, or create a dummy database that the app can connect to?