We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc4550 commit f12bacbCopy full SHA for f12bacb
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