Skip to content

Commit 974cd5d

Browse files
committed
feat: add AWS_DEFAULT_REGION environment variable to coverage workflow
1 parent 7935671 commit 974cd5d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/coverage.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
env:
4747
AWS_REGION: ${{ inputs.AWS_REGION || 'us-east-1' }}
48+
AWS_DEFAULT_REGION: ${{ inputs.AWS_REGION || 'us-east-1' }}
4849

4950
steps:
5051
- name: Checkout code
@@ -63,8 +64,6 @@ jobs:
6364

6465
- name: Runs test
6566
run: ${{ inputs.test_command }}
66-
env:
67-
AWS_REGION: ${{ inputs.AWS_REGION || 'us-east-1' }}
6867

6968
# Para evitar erros com permissão de escrita
7069
# https://stackoverflow.com/a/75250838/3929980

0 commit comments

Comments
 (0)