From ed11e196840b29301f63e02dc497fe39d2c8f487 Mon Sep 17 00:00:00 2001 From: Austin Kline Date: Tue, 9 Jan 2024 17:33:06 -0800 Subject: [PATCH] more logging --- .github/workflows/unit-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index e7196a1..2221e0b 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -32,7 +32,8 @@ jobs: pwd ls cat ./transactions/depositor/setup_depositor.cdc - ls ./transactions/depositor + ls transactions + ls transactions/depositor ./run-tests.sh - name: Normalize coverage report filepaths run : sh ./normalize_coverage_report.sh