Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
feat: Solução do projeto como parâmetro de teste
  • Loading branch information
MatheusKoszudikass authored Sep 10, 2024
1 parent 4d281eb commit 73d94d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore Blazing.sln
- name: Build
run: dotnet build --no-restore
run: dotnet build Blazing.sln --no-restore --configuration Release
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test Blazing.sln --no-build --configuration Release --verbosity normal

0 comments on commit 73d94d6

Please sign in to comment.