We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2e03d commit 0660bdfCopy full SHA for 0660bdf
.github/workflows/haskell.yml
@@ -149,9 +149,9 @@ jobs:
149
run: |
150
PGPASSFILE=config/pgpass-mainnet cabal run cardano-db-tool -- run-migrations --mdir schema/ --ldir /tmp/
151
git diff schema/ > schema.diff
152
- echo "*************************************************************
+ echo "*************************************************************"
153
cat schema.diff
154
155
line_count="$(wc -l schema.diff)"
156
if test ${line_count} -ne 0 ; then
157
echo "Schema diff"
0 commit comments