Skip to content

Commit

Permalink
Simplify dotnet test command in workflow file
Browse files Browse the repository at this point in the history
Removed unnecessary flags from dotnet test command for better clarity and simplicity.
  • Loading branch information
winromulus committed Jun 15, 2024
1 parent 5d9c926 commit aeecdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: dotnet test
shell: bash
run: dotnet test --no-build --configuration Release --verbosity normal
run: dotnet test --verbosity normal

- name: test-reporter
uses: dorny/test-reporter@v1
Expand Down

0 comments on commit aeecdea

Please sign in to comment.