Skip to content

Commit 48241be

Browse files
committed
chore: build this version
1 parent 8a4dd1f commit 48241be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ jobs:
7575
#TODO PR Convert to develop branch flakeurl
7676
- name: verify schema.sql is committed
7777
run: |
78-
sudo nix run github:supabase/postgres/sam/dbmate-schemas#dbmate-tool -- --version ${{ env.PGMAJOR }}
78+
GIT_SHA=${{github.sha}}
79+
sudo nix run github:supabase/postgres/${GIT_SHA}#dbmate-tool -- --version ${{ env.PGMAJOR }}
7980
if ! git diff --exit-code --quiet migrations/schema-${{ env.PGMAJOR }}.sql; then
8081
echo "Detected changes in schema.sql:"
8182
git diff migrations/schema-${{ env.PGMAJOR }}.sql

0 commit comments

Comments
 (0)