File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ jobs:
1515 - name : Checkout
1616 uses : actions/checkout@v4
1717 - name : Build
18- run : dotnet build Cnblogs.DashScope.AspNetCore -c Release
18+ run : dotnet build src/ Cnblogs.DashScope.AspNetCore -c Release
1919 - name : Test
20- run : dotnet test Cnblogs.Sdk.UnitTests -c Release
20+ run : dotnet test src/ Cnblogs.Sdk.UnitTests -c Release
2121 test-net8 :
2222 runs-on : ubuntu-latest
2323 container : mcr.microsoft.com/dotnet/sdk:8.0
2424 steps :
2525 - name : Checkout
2626 uses : actions/checkout@v4
2727 - name : Build
28- run : dotnet build Cnblogs.DashScope.AI -c Release
28+ run : dotnet build src/ Cnblogs.DashScope.AI -c Release
2929 - name : Test
30- run : dotnet test Cnblogs.DashScope.AI.UnitTests -c Release
30+ run : dotnet test src/ Cnblogs.DashScope.AI.UnitTests -c Release
3131
You can’t perform that action at this time.
0 commit comments