Skip to content

Commit c9d81f1

Browse files
Update pr_review.yml
1 parent 9ef426a commit c9d81f1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/pr_review.yml

-12
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,3 @@ jobs:
1414

1515
- name: Build
1616
run: dotnet build --configuration Release
17-
18-
- name: Test
19-
run: dotnet test --logger "trx;LogFileName=test-results.trx" || true
20-
21-
- name: Test Report
22-
uses: dorny/test-reporter@v1
23-
if: always()
24-
with:
25-
name: Tests
26-
path: "**/test-results.trx"
27-
reporter: dotnet-trx
28-
fail-on-error: true

0 commit comments

Comments
 (0)