Skip to content

Commit 23285a7

Browse files
committed
test: collect garbage
1 parent 57b7024 commit 23285a7

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
@@ -71,6 +71,7 @@ jobs:
7171
echo "EOF" >> $GITHUB_OUTPUT
7272
- name: verify schema.sql is committed
7373
run: |
74+
nix-collect-garbage -d
7475
nix run github:supabase/postgres/${{ github.sha }}#dbmate-tool -- --version ${{ env.PGMAJOR }} --flake-url github:supabase/postgres/${{ github.sha }}
7576
if ! git diff --exit-code --quiet migrations/schema-${{ env.PGMAJOR }}.sql; then
7677
echo "Detected changes in schema.sql:"

0 commit comments

Comments
 (0)