Skip to content

Commit

Permalink
Fixed test report config
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Dec 3, 2022
1 parent 919369f commit 5996117
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.dotnet.testreport.yml
Expand Up @@ -9,11 +9,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Publish test results
uses: phoenix-actions/test-reporting@v10
if: success() || failure()
id: test-report
with:
name: Tests Results
artifact: test-results
Expand Down

0 comments on commit 5996117

Please sign in to comment.