Skip to content

Commit 8b934e3

Browse files
committed
chore: revert changes to e2e workflow
1 parent ea65ce2 commit 8b934e3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,11 @@ jobs:
6666
uses: aws-powertools/actions/.github/actions/cached-node-modules@29979bc5339bf54f76a11ac36ff67701986bb0f0
6767
with:
6868
nodeVersion: '22'
69-
- name: Round robin region
70-
id: round-robin-region
71-
run: |
72-
regions_available=(eu-west-1 us-east-1)
73-
region=${regions_available[$((RANDOM % ${#regions_available[@]}))]}
74-
# Set the region as an output variable
75-
echo "region=$region" >> $GITHUB_OUTPUT
76-
echo "deployment_region=$region"
7769
- name: Setup AWS credentials
7870
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
7971
with:
8072
role-to-assume: ${{ secrets.AWS_ROLE_ARN_TO_ASSUME }}
81-
aws-region: ${{ steps.round-robin-region.outputs.region }}
73+
aws-region: eu-west-1
8274
mask-aws-account-id: true
8375
- name: Run integration tests on utils
8476
env:

0 commit comments

Comments
 (0)