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.
2 parents 097b510 + 4893124 commit 4d153b1Copy full SHA for 4d153b1
.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