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 1476be1 commit 8f3a5f9Copy full SHA for 8f3a5f9
.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 test/Cnblogs.Sdk.UnitTests -c Release
+ run: dotnet test test/Cnblogs.DashScope.Sdk.UnitTests -c Release
21
test-net8:
22
runs-on: ubuntu-latest
23
container: mcr.microsoft.com/dotnet/sdk:8.0
0 commit comments