Skip to content

Commit 73320ae

Browse files
committed
Remove --schema-only flag in Test actions workflow for Supabase CLI call
1 parent 7c864a2 commit 73320ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
echo "::endgroup::"
190190
191191
echo "::group::Supabase schema snapshot"
192-
FORCE_COLOR=1 npx dotenv-cli -e test/containers/.env -- bash -c 'npx supabase db dump --local --schema-only --workdir suprabase' > /tmp/supabase-schema.sql
192+
FORCE_COLOR=1 npx dotenv-cli -e test/containers/.env -- bash -c 'npx supabase db dump --local --schema "public,graphql_public,storage" --workdir suprabase' > /tmp/supabase-schema.sql
193193
head -n 200 /tmp/supabase-schema.sql || true
194194
echo "(full schema saved to /tmp/supabase-schema.sql)"
195195
echo "::endgroup::"

0 commit comments

Comments
 (0)