We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fa4fe2 + f12bacb commit b478d6cCopy full SHA for b478d6c
1 file changed
.github/workflows/release.yml
@@ -78,7 +78,7 @@ jobs:
78
-p:Version="${{ env.VERSION }}"
79
80
- name: Test
81
- run: dotnet test ${{ env.SOLUTION_PATH }} --configuration Release --no-build
+ run: dotnet test ./tests/KamiYomu.CrawlerAgents.Core.Tests/KamiYomu.CrawlerAgents.Core.Tests.csproj --configuration Release --no-build
82
83
- name: Pack
84
run: |
0 commit comments