We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7935671 commit 974cd5dCopy full SHA for 974cd5d
1 file changed
.github/workflows/coverage.yaml
@@ -45,6 +45,7 @@ jobs:
45
runs-on: ubuntu-latest
46
env:
47
AWS_REGION: ${{ inputs.AWS_REGION || 'us-east-1' }}
48
+ AWS_DEFAULT_REGION: ${{ inputs.AWS_REGION || 'us-east-1' }}
49
50
steps:
51
- name: Checkout code
@@ -63,8 +64,6 @@ jobs:
63
64
65
- name: Runs test
66
run: ${{ inputs.test_command }}
- env:
67
- AWS_REGION: ${{ inputs.AWS_REGION || 'us-east-1' }}
68
69
# Para evitar erros com permissão de escrita
70
# https://stackoverflow.com/a/75250838/3929980
0 commit comments