LainForge/Neura-Launch-Dashboard

CI: add a Github workflow CI for builder service

Closed this issue · 2 comments

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.

I can add this workflow.

oh we'd appreciate it a lot! Thanks