Skip to content

Commit

Permalink
chore(Root): hide 'Verify generated types are checked in' step
Browse files Browse the repository at this point in the history
  • Loading branch information
dartilesm committed Sep 14, 2024
1 parent e009b1e commit 61dc07a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
- name: Run Supabase tests locally
run: supabase test db

- name: Verify generated types are checked in
run: |
supabase gen types typescript --local > apps/chat-with-pdf/database.types.ts
if ! git diff --ignore-space-at-eol --exit-code --quiet types.gen.ts; then
echo "Detected uncommitted changes after build. See status below:"
git diff
exit 1
fi
# - name: Verify generated types are checked in
# run: |
# supabase gen types typescript --local > apps/chat-with-pdf/database.types.ts
# if ! git diff --ignore-space-at-eol --exit-code --quiet types.gen.ts; then
# echo "Detected uncommitted changes after build. See status below:"
# git diff
# exit 1
# fi
push:
needs: test
name: Push to Supabase
Expand Down

0 comments on commit 61dc07a

Please sign in to comment.