Skip to content

Commit babec79

Browse files
committed
fixup
1 parent 7c9d217 commit babec79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
run: |
150150
PGPASSFILE=config/pgpass-mainnet cabal run cardano-db-tool -- run-migrations --mdir schema/ --ldir /tmp/
151151
ls -l schema/
152-
git diff schema/ > schema.diff
152+
git status schema | grep schema/migration > schema.diff
153153
echo "*************************************************************"
154154
cat schema.diff
155155
echo "*************************************************************"

0 commit comments

Comments
 (0)