We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50374e1 commit d442769Copy full SHA for d442769
.github/workflows/test.yml
@@ -76,7 +76,7 @@ jobs:
76
echo "EOF" >> $GITHUB_OUTPUT
77
- name: verify schema.sql is committed
78
run: |
79
- nix run github:supabase/postgres/${{ github.sha }}#dbmate-tool -- --version ${{ env.PGMAJOR }}
+ nix run github:supabase/postgres/${{ github.sha }}#dbmate-tool -- --version ${{ env.PGMAJOR }} --flake-url github:supabase/postgres/${{ github.sha }}
80
if ! git diff --exit-code --quiet migrations/schema-${{ env.PGMAJOR }}.sql; then
81
echo "Detected changes in schema.sql:"
82
git diff migrations/schema-${{ env.PGMAJOR }}.sql
0 commit comments