Skip to content

Commit ea65ce2

Browse files
committed
test: multi-region tests
1 parent 3b0fbfc commit ea65ce2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-e2e-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,10 @@ jobs:
7070
id: round-robin-region
7171
run: |
7272
regions_available=(eu-west-1 us-east-1)
73-
region=${regions_available[$((RANDOM % ${#regions[@]}))]}
73+
region=${regions_available[$((RANDOM % ${#regions_available[@]}))]}
7474
# Set the region as an output variable
7575
echo "region=$region" >> $GITHUB_OUTPUT
76+
echo "deployment_region=$region"
7677
- name: Setup AWS credentials
7778
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
7879
with:

0 commit comments

Comments
 (0)