We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8b61f commit 4893124Copy full SHA for 4893124
.github/workflows/build.yml
@@ -40,5 +40,5 @@ jobs:
40
run: |
41
cd ./tests/UnitTest
42
dotnet test --logger "console;verbosity=detailed"
43
- cd ./tests/BotSharp.Plugin.SemanticKernel.UnitTests
+ cd ../BotSharp.Plugin.SemanticKernel.UnitTests
44
0 commit comments