mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-06 13:11:13 -07:00
Update pr.yml
[skip ci]
This commit is contained in:
parent
75d279b83a
commit
9e45e816c3
1 changed files with 1 additions and 10 deletions
11
.github/workflows/pr.yml
vendored
11
.github/workflows/pr.yml
vendored
|
@ -51,16 +51,7 @@ jobs:
|
||||||
- name: Run Unit Tests
|
- name: Run Unit Tests
|
||||||
run: |
|
run: |
|
||||||
cd src
|
cd src
|
||||||
dotnet test --configuration "Release" --logger "trx;LogFileName=test-results.trx" || true
|
dotnet test --configuration "Release" --logger "trx;LogFileName=test-results.trx"
|
||||||
|
|
||||||
- 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
|
|
||||||
|
|
||||||
analysis:
|
analysis:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue