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 d121cd6 commit 59d8c6fCopy full SHA for 59d8c6f
.github/workflows/haskell.yml
@@ -148,6 +148,7 @@ jobs:
148
- name: Check that Schema Migrations are complete
149
run: |
150
PGPASSFILE=config/pgpass-mainnet cabal run cardano-db-tool -- run-migrations --mdir schema/ --ldir /tmp/
151
+ echo "Help!!!!"
152
git status schema | grep schema/migration > schema.diff
153
echo "*************************************************************"
154
cat schema.diff
0 commit comments