Skip to content

Commit 56c8c39

Browse files
committed
test: collect garbage
1 parent 60b25e4 commit 56c8c39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
echo "EOF" >> $GITHUB_OUTPUT
8282
- name: verify schema.sql is committed
8383
run: |
84+
nix-collect-garbage -d
8485
nix run github:supabase/postgres/${{ github.sha }}#dbmate-tool -- --version ${{ env.PGMAJOR }} --flake-url github:supabase/postgres/${{ github.sha }}
8586
if ! git diff --exit-code --quiet migrations/schema-${{ env.PGMAJOR }}.sql; then
8687
echo "Detected changes in schema.sql:"

0 commit comments

Comments
 (0)