Skip to content

Commit f931d8b

Browse files
committed
chore: add debug output
1 parent 22772f6 commit f931d8b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/nuget-test-and-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
ls -la
7979
echo "List _data:"
8080
ls -la Kepware.Api.Test/_data || true
81+
echo "List _data/projectLoadSerializeData:"
82+
ls -la Kepware.Api.Test/_data/projectLoadSerializeData || true
8183
8284
- name: Build test project (debug)
8385
run: dotnet build Kepware.Api.Test/Kepware.Api.Test.csproj -c Release
@@ -88,6 +90,10 @@ jobs:
8890
- name: Show TFM outputs (debug)
8991
run: ls -la Kepware.Api.Test/bin/Release/* || true
9092

93+
- name: Show test _data (debug)
94+
run: ls -la Kepware.Api.Test/bin/Release/net8.0/_data || true
95+
- name: Show test _data/projectLoadSerializeData (debug)
96+
run: ls -la Kepware.Api.Test/bin/Release/net8.0/_data/projectLoadSerializeData || true
9197
- name: Test
9298
run: dotnet test Kepware.Api.Test/Kepware.Api.Test.csproj --no-build --verbosity normal --configuration Release --logger "trx;LogFilePrefix=${{ matrix.platform }}-test-results"
9399
- name: Publish Test Reports (${{ matrix.platform }})

0 commit comments

Comments
 (0)