Skip to content

Commit 5d5a7c2

Browse files
authored
Enable tests during build
1 parent b124e46 commit 5d5a7c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
- name: Restore packages
2626
run: msbuild /t:Restore
2727
- name: Build
28-
run: msbuild /p:Configuration=Release
28+
run: msbuild /p:Configuration=Release /p:SampleGameDownloadPath="${{ runner.temp }}/SampleUnityGames/"
29+
- name: Test
30+
run: dotnet test --no-build
2931
- name: Upload NuGet artifacts
3032
uses: actions/upload-artifact@v4
3133
with:

0 commit comments

Comments
 (0)