Skip to content

Commit

Permalink
Remoção da execução dos testes do fluxo de trabalho dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GlerystonMatos committed Dec 16, 2023
1 parent 85d0ca7 commit d1204d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet build --no-restore

0 comments on commit d1204d0

Please sign in to comment.