fix: add git diff output to CI error message for better debugging
CI / test (pull_request) Failing after 40s

This commit is contained in:
2026-03-10 14:53:01 -06:00
parent 8409001587
commit 481a126093
+1
View File
@@ -26,5 +26,6 @@ jobs:
supabase gen types typescript --local > supabase/functions/_shared/database.types.ts
if ! git diff --ignore-space-at-eol --exit-code --quiet supabase/functions/_shared/database.types.ts; then
echo "Detected uncommitted changes after build. See diff below:"
git diff
exit 1
fi