Skip to content

Commit 57df2d6

Browse files
Merge pull request #17 from KamiYomu/develop
adjust test case for using the env variable and make it build before …
2 parents b478d6c + 062daaa commit 57df2d6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
DOTNET_VERSION: '8.0.x'
2020
SOLUTION_PATH: './src/KamiYomu.CrawlerAgents.Core.sln'
2121
PROJECT_PATH: './src/KamiYomu.CrawlerAgents.Core/KamiYomu.CrawlerAgents.Core.csproj'
22+
TEST_PROJECT_PATH: './tests/KamiYomu.CrawlerAgents.Core.Tests/KamiYomu.CrawlerAgents.Core.Tests.csproj'
2223
NUGET_CONFIG_PATH: './src/NuGet.config'
2324

2425
steps:
@@ -78,7 +79,7 @@ jobs:
7879
-p:Version="${{ env.VERSION }}"
7980
8081
- name: Test
81-
run: dotnet test ./tests/KamiYomu.CrawlerAgents.Core.Tests/KamiYomu.CrawlerAgents.Core.Tests.csproj --configuration Release --no-build
82+
run: dotnet test ${{ env.TEST_PROJECT_PATH }} --configuration Release
8283

8384
- name: Pack
8485
run: |

0 commit comments

Comments
 (0)