feat:Add verbosity property to components and remove from deprecated field schema #191
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| test: | |
| name: Test | |
| if: github.event.pull_request.draft == false | |
| uses: HavenDV/workflows/.github/workflows/dotnet_build-test-publish.yml@main | |
| with: | |
| generate-build-number: false | |
| conventional-commits-publish-conditions: false | |
| enable-caching: false | |
| additional-test-arguments: '--logger GitHubActions' |