Skip to content

Commit

Permalink
Run test report as step in same job
Browse files Browse the repository at this point in the history
  • Loading branch information
renzo-baasdam committed Mar 19, 2024
1 parent f8b8157 commit 3819a89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build-test.yaml
Expand Up @@ -77,15 +77,10 @@ jobs:
with:
name: test-results
path: '**/test-results.trx'
report:
name: Test Report
runs-on: ubuntu-latest
needs: build
if: ${{ success() || failure() }}
steps:
- uses: dorny/test-reporter@v1
- name: Test Report
if: success() || failure()
uses: dorny/test-reporter@v1
with:
artifact: test-results
name: Unit test results
path: '**/*.trx'
reporter: dotnet-trx
16 changes: 0 additions & 16 deletions .github/workflows/test-report.yml

This file was deleted.

0 comments on commit 3819a89

Please sign in to comment.