Leeds2Capstone22-23 / Backend

Backend and API powering SNPT -- Web application for document tagging and semantic search for Reddit
0 stars 0 forks source link

Setup CI/CD pipeline #4

Open danerieber opened 1 year ago

danerieber commented 1 year ago

Learn GitHub actions and use it to run unit tests, build the project, and spawn a container with the backend API after pull requests into the main branch are approved.

JarydMeek commented 1 year ago

You probably also want to run tests before even publishing a pr as there's no point merging a pr that fails tests