Skip to content

Commit 4893124

Browse files
committed
fixed the dir of BotSharp.Plugin.SemanticKernel.UnitTests
1 parent ff8b61f commit 4893124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
run: |
4141
cd ./tests/UnitTest
4242
dotnet test --logger "console;verbosity=detailed"
43-
cd ./tests/BotSharp.Plugin.SemanticKernel.UnitTests
43+
cd ../BotSharp.Plugin.SemanticKernel.UnitTests
4444
dotnet test --logger "console;verbosity=detailed"

0 commit comments

Comments
 (0)