Skip to content

Commit 8f3a5f9

Browse files
committed
ci: fix project name
1 parent 1476be1 commit 8f3a5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build
1818
run: dotnet build src/Cnblogs.DashScope.AspNetCore -c Release
1919
- name: Test
20-
run: dotnet test test/Cnblogs.Sdk.UnitTests -c Release
20+
run: dotnet test test/Cnblogs.DashScope.Sdk.UnitTests -c Release
2121
test-net8:
2222
runs-on: ubuntu-latest
2323
container: mcr.microsoft.com/dotnet/sdk:8.0

0 commit comments

Comments
 (0)