Skip to content

Commit 1c08976

Browse files
committed
chore: flake url
1 parent 8b7f929 commit 1c08976

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
@@ -76,7 +76,7 @@ jobs:
7676
echo "EOF" >> $GITHUB_OUTPUT
7777
- name: verify schema.sql is committed
7878
run: |
79-
nix run github:supabase/postgres/${{ github.sha }}#dbmate-tool -- --version ${{ env.PGMAJOR }}
79+
nix run github:supabase/postgres/${{ github.sha }}#dbmate-tool -- --version ${{ env.PGMAJOR }} --flake-url "."
8080
if ! git diff --exit-code --quiet migrations/schema-${{ env.PGMAJOR }}.sql; then
8181
echo "Detected changes in schema.sql:"
8282
git diff migrations/schema-${{ env.PGMAJOR }}.sql

0 commit comments

Comments
 (0)