Skip to content

Commit

Permalink
remove failed step
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleh Halay committed Apr 26, 2023
1 parent 32a5b7d commit 1ad064e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,4 @@ jobs:
uses: actions/checkout@v3

- name: Run tests
run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --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
run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --logger "trx;LogFileName=test-results.trx"

0 comments on commit 1ad064e

Please sign in to comment.