Can I run a "local" Supabase instance inside of the CI/CD?
Hey guys, quick question: is it possible to run a fresh Supabase instance on every as part of CI/CD? Ideally I'd want to run my tests against an instance that I can set up and tear down instead of running the tests against a dev db. I'm nowhere near an expert on anything devops related so I'm a bit confused by this
Thanks for the help!
ci.yaml in the docs (https://supabase.com/docs/guides/cli/managing-environments?environment=ci#configure-github-actions). Thanks for the help!
Manage multiple environments using Database Migrations and GitHub Actions.