Skip to content

Commit 294ca98

Browse files
authored
Update dotnet-build.yml
1 parent 5d5a7c2 commit 294ca98

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,14 @@ jobs:
2626
run: msbuild /t:Restore
2727
- name: Build
2828
run: msbuild /p:Configuration=Release /p:SampleGameDownloadPath="${{ runner.temp }}/SampleUnityGames/"
29-
- name: Test
30-
run: dotnet test --no-build
29+
- name: Test UnityModStudio.Common
30+
run: dotnet test --no-build -c Release ./UnityModStudio.Common.Tests/
31+
- name: Test UnityModStudio.Options
32+
run: dotnet test --no-build -c Release ./UnityModStudio.Options.Tests/
33+
- name: Test UnityModStudio.ProjectWizard
34+
run: dotnet test --no-build -c Release ./UnityModStudio.ProjectWizard.Tests/
35+
- name: Test UnityModStudio.Build
36+
run: dotnet test --no-build -c Release ./UnityModStudio.Build.Tests/
3137
- name: Upload NuGet artifacts
3238
uses: actions/upload-artifact@v4
3339
with:

0 commit comments

Comments
 (0)