diff --git a/.github/workflows/buildMAUI.yml b/.github/workflows/buildMAUI.yml index 58f3f61..bfd4e28 100644 --- a/.github/workflows/buildMAUI.yml +++ b/.github/workflows/buildMAUI.yml @@ -40,7 +40,7 @@ jobs: - name: Test the build run: | - dotnet test src/ --no-restore ` + dotnet test src/ --no-restore ` --logger "trx;logfilename=test_results.trx" ` --logger "html;logfilename=test_results.html" # Log the test results and publish them