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 2089e13 commit 8e2ef5aCopy full SHA for 8e2ef5a
.github/workflows/test.yml
@@ -156,7 +156,7 @@ jobs:
156
157
- name: verify schema.sql is committed
158
run: |
159
- sudo nix run .#dbmate-tool -- --version ${{ env.PGMAJOR }}
+ sudo nix run github:supabase/postgres#dbmate-tool -- --version ${{ env.PGMAJOR }}
160
if ! git diff --exit-code --quiet migrations/schema-${{ env.PGMAJOR }}.sql; then
161
echo "Detected changes in schema.sql:"
162
git diff migrations/schema-${{ env.PGMAJOR }}.sql
0 commit comments