Skip to content

Commit

Permalink
fix: remove one dotnet test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
migueloliveiradev authored Aug 19, 2024
1 parent e409725 commit 5edae44
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
- name: Build
run: dotnet build --no-restore

- name: Tests
run: dotnet test --configuration Release --logger GitHubActions /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:CoverletOutput=../coverage/ /p:ExcludeByFile="**/*Migrations/*.cs"

- name: Tests
run: dotnet test --configuration Release --logger GitHubActions --logger trx /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:CoverletOutput=../coverage/ /p:ExcludeByFile="**/*Migrations/*.cs"

Expand Down

0 comments on commit 5edae44

Please sign in to comment.