Skip to content

Commit dd2e03d

Browse files
committed
test
1 parent 6e05d2a commit dd2e03d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/haskell.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ jobs:
149149
run: |
150150
PGPASSFILE=config/pgpass-mainnet cabal run cardano-db-tool -- run-migrations --mdir schema/ --ldir /tmp/
151151
git diff schema/ > schema.diff
152+
echo "*************************************************************
153+
cat schema.diff
154+
echo "*************************************************************
152155
line_count="$(wc -l schema.diff)"
153156
if test ${line_count} -ne 0 ; then
154157
echo "Schema diff"

0 commit comments

Comments
 (0)