Skip to content

Commit 7f67721

Browse files
committed
chore: test run
Signed-off-by: Kevin Shan <[email protected]>
1 parent 6d535cf commit 7f67721

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/amplify-codegen-e2e-core/src/configure/index.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ const defaultProjectSettings = {
2525
startCmd: '\r',
2626
};
2727

28+
/**
29+
* This is a list with regions same as Amplify CLI 'configure' dropdown.
30+
* We need to keep order of regions in this list and sync with Amplify CLI regions to prevent
31+
* configuration from failing.
32+
*
33+
* For CI: $CLI_REGION will be selected from this list.
34+
*/
2835
export const amplifyRegions = [
2936
'us-east-1',
3037
'us-east-2',
@@ -38,6 +45,7 @@ export const amplifyRegions = [
3845
'eu-central-1',
3946
'ap-northeast-1',
4047
'ap-northeast-2',
48+
'ap-northeast-3',
4149
'ap-southeast-1',
4250
'ap-southeast-2',
4351
'ap-south-1',

shared-scripts.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ function _setupGen2E2ETestsWindows {
290290

291291

292292
function _runE2ETestsLinux {
293-
printenv
294293
echo "RUN E2E Tests Linux"
295294
retry runE2eTest
296295
}

0 commit comments

Comments
 (0)