Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
experiment
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Yury-Fridlyand committed Feb 21, 2024
1 parent d0eea01 commit ceaa3bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
@@ -81,11 +81,15 @@ jobs:
dotnet --version
dotnet test --version
echo ' ====== '
dotnet --info
echo ' ====== '
dotnet --help
echo ' ====== '
dotnet test --help
echo ' ====== '
dotnet test --framework net${{ matrix.dotnet }} tests.csproj "-l:html;LogFileName=TestReport.html" --results-directory .
echo "dotnet test --framework net${{ matrix.dotnet }} tests.csproj"
# "-l:html;LogFileName=TestReport.html" --results-directory .

- uses: ./.github/workflows/test-benchmark
with:

0 comments on commit ceaa3bf

Please sign in to comment.