We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b7024 commit 23285a7Copy full SHA for 23285a7
.github/workflows/test.yml
@@ -71,6 +71,7 @@ jobs:
71
echo "EOF" >> $GITHUB_OUTPUT
72
- name: verify schema.sql is committed
73
run: |
74
+ nix-collect-garbage -d
75
nix run github:supabase/postgres/${{ github.sha }}#dbmate-tool -- --version ${{ env.PGMAJOR }} --flake-url github:supabase/postgres/${{ github.sha }}
76
if ! git diff --exit-code --quiet migrations/schema-${{ env.PGMAJOR }}.sql; then
77
echo "Detected changes in schema.sql:"
0 commit comments