From 0e16c35be8f00bbda9c60b8ef2dfbaf7b04c537c Mon Sep 17 00:00:00 2001 From: Austin Drenski Date: Tue, 16 Jan 2024 14:32:01 -0500 Subject: [PATCH] chore: Add GitHub Actions logger for CI (#174) Signed-off-by: Austin Drenski Signed-off-by: Artyom Tonoyan --- .github/workflows/ci.yml | 4 ++-- .github/workflows/e2e.yml | 2 +- build/Common.tests.props | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51b3f741..df23b66b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: 7.0.x - name: Run Tests - run: dotnet test test/OpenFeature.Tests/ --configuration Release --logger:"console;verbosity=detailed" + run: dotnet test test/OpenFeature.Tests/ --configuration Release --logger GitHubActions unit-tests-windows: runs-on: windows-latest @@ -43,4 +43,4 @@ jobs: 7.0.x - name: Run Tests - run: dotnet test test\OpenFeature.Tests\ --configuration Release --logger:"console;verbosity=detailed" + run: dotnet test test\OpenFeature.Tests\ --configuration Release --logger GitHubActions diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 3b00d994..c13d1d54 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -36,4 +36,4 @@ jobs: cp test-harness/features/evaluation.feature test/OpenFeature.E2ETests/Features/ - name: Run Tests - run: dotnet test test/OpenFeature.E2ETests/ --configuration Release --logger:"console;verbosity=detailed" + run: dotnet test test/OpenFeature.E2ETests/ --configuration Release --logger GitHubActions diff --git a/build/Common.tests.props b/build/Common.tests.props index 7ed10e63..060e749d 100644 --- a/build/Common.tests.props +++ b/build/Common.tests.props @@ -15,6 +15,10 @@ + + + +