Skip to content

Commit 316a292

Browse files
committed
Regression tests allow region configuration
1 parent c8597b5 commit 316a292

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/integrations.go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
env:
4343
AWS_REGION: ${{ matrix.region }}
4444
AWS_DEFAULT_REGION: ${{ matrix.region }}
45+
AWS_ENVAR_ALLOWLIST: AWS_REGION,AWS_DEFAULT_REGION
4546

4647
steps:
4748
- uses: actions/checkout@v2

.github/workflows/integrations.node.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
env:
4141
AWS_REGION: ${{ matrix.region }}
4242
AWS_DEFAULT_REGION: ${{ matrix.region }}
43+
AWS_ENVAR_ALLOWLIST: AWS_REGION,AWS_DEFAULT_REGION
4344

4445
steps:
4546
- uses: actions/checkout@v2

.github/workflows/integrations.python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
env:
4141
AWS_REGION: ${{ matrix.region }}
4242
AWS_DEFAULT_REGION: ${{ matrix.region }}
43+
AWS_ENVAR_ALLOWLIST: AWS_REGION,AWS_DEFAULT_REGION
4344

4445
steps:
4546
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)