From 62ca4a6a9e3f56aec6d2f349573d13baac9ac2cb Mon Sep 17 00:00:00 2001 From: Italo Pessoa Date: Tue, 12 Nov 2024 10:29:01 -0300 Subject: [PATCH] ci: add aws region for unit tests --- .github/workflows/dotnet.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 18f3c98..b4d8150 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -49,6 +49,8 @@ jobs: run: dotnet build --no-restore - name: Test + env: + AWS_REGION: us-east-1 run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" --logger trx --results-directory coverage --settings tests/coverage.runsettings - name: Code Coverage Summary Report