From 2ff1a5e8a99a616ae5fd261040cf3155dd7c32fc Mon Sep 17 00:00:00 2001 From: Alejandro Rosales Date: Tue, 10 Mar 2026 08:36:02 -0600 Subject: [PATCH] Refactor CI workflow to reset database for clean state and remove directory listing step --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 286de96..3a14df4 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -18,8 +18,8 @@ jobs: - name: Start Supabase local development setup run: supabase db start - - name: List directory contents for debugging - run: ls -R + - name: Reset database to ensure a clean state + run: supabase db reset --no-seed - name: Verify generated types are checked in run: |