Skip to content

Commit 4d153b1

Browse files
authored
Merge pull request #891 from kerryjiang/ghactions
Fixed the dir of BotSharp.Plugin.SemanticKernel.UnitTests in the build pipeline
2 parents 097b510 + 4893124 commit 4d153b1

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)