Skip to content

Commit 8e2ef5a

Browse files
committed
chore: pin at development branch version of tool
1 parent 2089e13 commit 8e2ef5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
157157
- name: verify schema.sql is committed
158158
run: |
159-
sudo nix run .#dbmate-tool -- --version ${{ env.PGMAJOR }}
159+
sudo nix run github:supabase/postgres#dbmate-tool -- --version ${{ env.PGMAJOR }}
160160
if ! git diff --exit-code --quiet migrations/schema-${{ env.PGMAJOR }}.sql; then
161161
echo "Detected changes in schema.sql:"
162162
git diff migrations/schema-${{ env.PGMAJOR }}.sql

0 commit comments

Comments
 (0)