Skip to content

Commit b478d6c

Browse files
Merge pull request #15 from KamiYomu/develop
adjust tests (#14)
2 parents 2fa4fe2 + f12bacb commit b478d6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
-p:Version="${{ env.VERSION }}"
7979
8080
- name: Test
81-
run: dotnet test ${{ env.SOLUTION_PATH }} --configuration Release --no-build
81+
run: dotnet test ./tests/KamiYomu.CrawlerAgents.Core.Tests/KamiYomu.CrawlerAgents.Core.Tests.csproj --configuration Release --no-build
8282

8383
- name: Pack
8484
run: |

0 commit comments

Comments
 (0)