Update pr.yml

[skip ci]
pull/4625/head
Jamie 2 years ago committed by GitHub
parent d792bf5902
commit cac0288b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,16 +47,7 @@ jobs:
- name: Run Unit Tests
run: |
cd src
dotnet test --logger "trx;LogFileName=test-results.trx" || true
- name: Test Report
uses: dorny/test-reporter@v1
if: always()
with:
name: DotNET Tests
path: "**/test-results.trx"
reporter: dotnet-trx
fail-on-error: true
dotnet test --configuration "Release" --logger "trx;LogFileName=test-results.trx" || true
analysis:
runs-on: ubuntu-latest

Loading…
Cancel
Save