Need to run convex backend on CI.
- I already have my project running on convex, but it's on cloud, and I connect to "development" to read write the data. But that's not possible while running tests on CI. Every test may need different data which is only possible using a local convex dev.
Please give me some advice on how to do it.
I was able to run convex locally on my system, but how do I run over a workflow...?
