Update tests.yml

This commit is contained in:
Timothy Baldridge 2021-01-05 18:25:41 -07:00 committed by GitHub
parent cb3af67f57
commit a47b4735b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,9 +33,3 @@ 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