LainForge / Neura-Launch-Dashboard

The Unlicense
2 stars 4 forks source link

CI: add a Github workflow CI for builder service #23

Closed TarunTomar122 closed 1 year ago

TarunTomar122 commented 1 year ago

Problem Context

We have a GitHub workflow for both the client and dashboard right now. However, there's no CI for builder service (since it was recently introduced into the project).

Solution

So we basically want a new GitHub workflow (very similar to the existing one for the dashboard) that should run on updating builder service code to verify if the code and docker image can be built successfully.

Note: Check out this file for reference.

engineerakki commented 1 year ago

I can add this workflow.

TarunTomar122 commented 1 year ago

oh we'd appreciate it a lot! Thanks