Skip to content

Commit

Permalink
added test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Medek authored and Martin Medek committed Dec 12, 2024
1 parent 19ee3f3 commit 14b2ce8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 14b2ce8

Please sign in to comment.