Skip to content

Commit

Permalink
Added --no-build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostiantyn Bondarenko committed Oct 20, 2023
1 parent f67dac8 commit 36cafbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 713 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
run: dotnet test --no-build --logger 'trx;LogFileName=test-results.trx'

- name: Collect Code Coverage
run: dotnet test /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov
run: dotnet test --no-build /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov

- name: NDepend
uses: ndepend/ndepend-action@v1
Expand Down

0 comments on commit 36cafbf

Please sign in to comment.