Merge pull request #891 from kerryjiang/ghactions
Fixed the dir of BotSharp.Plugin.SemanticKernel.UnitTests in the build pipeline
This commit is contained in:
commit
4d153b1619
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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"
|
||||
Loading…
Reference in a new issue