File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments