Set up continuous integration
Opened this issue · 0 comments
tomatocat commented
Describe the solution you'd like
When a PR is made, we would like to automatically build. This helps catch application-breaking errors before we merge into master or deploy. Once we have test cases, we also want these test cases automatically run for every pull request. Google's Cloud Build can be integrated with GitHub.