From 2ac3b6013ff4b3e0b34da2e8365e110b61e043f9 Mon Sep 17 00:00:00 2001 From: Ben Furber Date: Thu, 16 Jan 2025 16:39:01 +0000 Subject: [PATCH] ci: add debug to supabase db step --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aeef960fef..6bc6ddba33 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -373,7 +373,7 @@ jobs: - attach_workspace: at: '.' - run: npx supabase login --token $SUPABASE_ACCESS_TOKEN - - run: (yes || true) | npx supabase db push --db-url $SUPABASE_DB_URL + - run: (yes || true) | npx supabase db push --db-url $SUPABASE_DB_URL --debug # Run cypress e2e tests on chrome test_e2e: docker: *docker