From 04d26e7fb9bb83ad83a3f38304d612a589b77f94 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Fri, 17 Feb 2023 17:02:43 +1100 Subject: [PATCH] fixup --- .github/workflows/haskell.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 9731c467f..b59995199 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -149,6 +149,7 @@ jobs: run: | ls -l schema/ PGPASSFILE=config/pgpass-mainnet cabal run cardano-db-tool -- run-migrations --mdir schema/ --ldir /tmp/ + ls -l schema/ git diff schema/ > schema.diff echo "*************************************************************" cat schema.diff