Skip to content

Commit 5889d4b

Browse files
committed
Add tests to the GitHub workflow
1 parent fa8f751 commit 5889d4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly-release-windows-x64.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
run: dotnet restore MHServerEmu.sln
2020
- name: Build
2121
run: dotnet build MHServerEmu.sln --no-restore --configuration Release
22+
- name: Run tests
23+
run: dotnet test MHServerEmu.sln --no-restore --no-build --configuration Release
2224
- name: Get current date
2325
run: echo "DATE=$(date +'%Y%m%d')" >> $env:GITHUB_ENV
2426
- name: Upload artifact

0 commit comments

Comments
 (0)