Refactor CI workflow to reset database for clean state and remove directory listing step
Deploy Function / deploy (push) Successful in 23s
Deploy Migrations to Production / deploy (push) Successful in 14s

This commit is contained in:
2026-03-10 08:36:02 -06:00
parent 3959b97aa1
commit 2ff1a5e8a9
+2 -2
View File
@@ -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: |