diff --git a/hobnobs/database.yml b/hobnobs/database.yml index 9299fec..c8b1a4b 100644 --- a/hobnobs/database.yml +++ b/hobnobs/database.yml @@ -12,7 +12,7 @@ tasks: test: info: Run tests against the local Supabase database. steps: - - call: start + - run: supabase start db # Only start db in CI pipeline. - run: supabase db test reset: