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
ci.yaml
in the docs (https://supabase.com/docs/guides/cli/managing-environments?environment=ci#configure-github-actions).
Thanks for the help!Managing Environments | Supabase Docs
Manage multiple environments using Database Migrations and GitHub Actions.
2 Replies
Yes, that link you posted shows how to do it with GitHub actions.
Woo thank you 🥳