.NET Run Tests
This Composite Action runs whatever tests are set as default for the current Solution.
.NET Run Tests
- uses: Yellow-Dog-Man/composite-actions-templates/.github/actions/dotnet-tests-run@main
Runs the tests of the current Solution.
Inputs: ยค
| Name | Description | Default |
|---|---|---|
dotnet-version
|
The .NET version to install. |
10.0.x
|
dotnet-project-path
|
Path to the .NET project to test. |
.
|
Source of Yellow-Dog-Man/composite-actions-templates/.github/actions/dotnet-tests-run@main
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | |