From a015a9e031430df03f57a4d65b53647a84981881 Mon Sep 17 00:00:00 2001 From: Venkat Malladi Date: Thu, 25 Apr 2024 13:43:44 -0500 Subject: [PATCH] Testing --- .github/workflows/unit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index c32d8b4..f62067b 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -27,6 +27,7 @@ jobs: run: >- pytest --keep-workflow-wd-on-fail --git-aware --symlink tests/ --basetemp ~/temp + ls -ltr ~/temp/* - name: Check miniwdl log in case of failure. if: ${{ failure() }} # Get the last 1000 lines of the miniwdl log to catch the error.