Skip to content

Commit

Permalink
Final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sentemon committed Dec 28, 2024
1 parent 72c42aa commit c8a0fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-and-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
run: |
dotnet test "${{ inputs.integrationTestsProjectPath }}" \
--configuration "${{ inputs.buildConfiguration }}" \
--no-build
--no-build \
--verbosity normal
shell: bash

Expand Down

0 comments on commit c8a0fcd

Please sign in to comment.