From 14b2ce87354d3cecd094a123aa631398b906f18a Mon Sep 17 00:00:00 2001 From: Martin Medek Date: Thu, 12 Dec 2024 10:33:00 +0100 Subject: [PATCH] added test logging --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91473bd..ce63307 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -178,6 +178,10 @@ jobs: mkdir reports dotnet test --settings:test.runsettings --logger:"html;LogFileName=${{ env.UMT_DIR }}\reports\logFile.html" + - name: Print media tree + if: always() + run: tree ${{ env.XBK_DIR}}\assets\ /f + - name: Print event log if: always() run: |