From a7ddc65313411f3c940c56a206388c685e6daff7 Mon Sep 17 00:00:00 2001 From: JakesMD <71591438+JakesMD@users.noreply.github.com> Date: Thu, 2 Jul 2026 15:51:49 +0200 Subject: [PATCH] fix: only start db service in CI pipeline --- hobnobs/database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: