From e99fca7799e8e56ab4c28adbcd91cc240c194719 Mon Sep 17 00:00:00 2001 From: Adam Kolodziejczyk Date: Thu, 8 Feb 2024 15:24:58 +0100 Subject: [PATCH] check file location --- ci/container/test_component.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/container/test_component.sh b/ci/container/test_component.sh index 183e995b2..8e8efb1b3 100755 --- a/ci/container/test_component.sh +++ b/ci/container/test_component.sh @@ -6,3 +6,5 @@ export SOURCE_ROOT=${SOURCE_ROOT:-/mnt/host} cd $SOURCE_ROOT dotnet test -f net6.0 -l "console;verbosity=normal" --logger:"junit;LogFilePath=$SOURCE_ROOT/junit-dotnet.xml" +pwd +ls -l