8000
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 da5f2cb commit 0879d27Copy full SHA for 0879d27
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Build
18
run: dotnet build src/Cnblogs.DashScope.AspNetCore -c Release
19
- name: Test
20
- run: dotnet test src/Cnblogs.Sdk.UnitTests -c Release
+ run: dotnet test test/Cnblogs.Sdk.UnitTests -c Release
21
test-net8:
22
runs-on: ubuntu-latest
23
container: mcr.microsoft.com/dotnet/sdk:8.0
@@ -27,5 +27,5 @@ jobs:
27
28
run: dotnet build src/Cnblogs.DashScope.AI -c Release
29
30
- run: dotnet test src/Cnblogs.DashScope.AI.UnitTests -c Release
+ run: dotnet test test/Cnblogs.DashScope.AI.UnitTests -c Release
31
0 commit comments