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 60b25e4 commit 56c8c39Copy full SHA for 56c8c39
.github/workflows/test.yml
@@ -81,6 +81,7 @@ jobs:
81
echo "EOF" >> $GITHUB_OUTPUT
82
- name: verify schema.sql is committed
83
run: |
84
+ nix-collect-garbage -d
85
nix run github:supabase/postgres/${{ github.sha }}#dbmate-tool -- --version ${{ env.PGMAJOR }} --flake-url github:supabase/postgres/${{ github.sha }}
86
if ! git diff --exit-code --quiet migrations/schema-${{ env.PGMAJOR }}.sql; then
87
echo "Detected changes in schema.sql:"
0 commit comments