Skip to content

Commit

Permalink
Merge branch 'master' into feat/react-ui-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
followynne authored Apr 3, 2024
2 parents f562abf + 4329f2e commit 680986f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/DotNET-reporting-on-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: phoenix-actions/test-reporting@v14
with:
artifact: test-results # artifact name
name: DotNET - Tests # Name of the check run which will be created
path: '**/test-results.trx' # Path to test results (inside artifact .zip)
reporter: dotnet-trx # Format of test results
output-to: checks
- uses: phoenix-actions/test-reporting@v14
with:
artifact: test-results # artifact name
name: DotNET - Tests # Name of the check run which will be created
path: '**/test-results.trx' # Path to test results (inside artifact .zip)
reporter: dotnet-trx # Format of test results
output-to: checks

0 comments on commit 680986f

Please sign in to comment.