From 6af7d14e0d06e003179692f8696ddd81751e3128 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