Skip to content

Commit

Permalink
ci: add aws region for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
italopessoa committed Nov 12, 2024
1 parent bfd724a commit 7b451f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b451f2

Please sign in to comment.