Skip to content

Commit 0879d27

Browse files
committed
ci: fix typo
1 parent da5f2cb commit 0879d27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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 src/Cnblogs.Sdk.UnitTests -c Release
20+
run: dotnet test test/Cnblogs.Sdk.UnitTests -c Release
2121
test-net8:
2222
runs-on: ubuntu-latest
2323
container: mcr.microsoft.com/dotnet/sdk:8.0
@@ -27,5 +27,5 @@ jobs:
2727
- name: Build
2828
run: dotnet build src/Cnblogs.DashScope.AI -c Release
2929
- name: Test
30-
run: dotnet test src/Cnblogs.DashScope.AI.UnitTests -c Release
30+
run: dotnet test test/Cnblogs.DashScope.AI.UnitTests -c Release
3131

0 commit comments

Comments
 (0)