mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Update tests.yml
This commit is contained in:
parent
da521ba3c0
commit
7e8d242764
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -33,3 +33,9 @@ jobs:
|
||||
run: dotnet test --verbosity normal --configuration Release /p:Platform=x64 Wabbajack.App.Test
|
||||
- name: Test Wabbajack.Server.Test
|
||||
run: dotnet test --verbosity normal --configuration Release /p:Platform=x64 Wabbajack.Server.Test
|
||||
- name: Publish Unit Test Results
|
||||
uses: EnricoMi/publish-unit-test-result-action@v1.6
|
||||
if: always()
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
files: test-results/**/*.xml
|
||||
|
Loading…
Reference in New Issue
Block a user