Merge pull request #891 from kerryjiang/ghactions

Fixed the dir of BotSharp.Plugin.SemanticKernel.UnitTests in the build pipeline
This commit is contained in:
Kerry Jiang 2025-02-15 12:47:23 -08:00 committed by GitHub
commit 4d153b1619
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,5 +40,5 @@ jobs:
run: |
cd ./tests/UnitTest
dotnet test --logger "console;verbosity=detailed"
cd ./tests/BotSharp.Plugin.SemanticKernel.UnitTests
cd ../BotSharp.Plugin.SemanticKernel.UnitTests
dotnet test --logger "console;verbosity=detailed"