Skip to content

Commit

Permalink
test: setup aws profile for migration e2es
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed Sep 26, 2024
1 parent 718ff45 commit f453e9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/amplify-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"e2e": "npm run setup-profile && jest --verbose --forceExit",
"build-tests": "tsc --build tsconfig.tests.json",
"setup-profile": "ts-node ./src/configure_tests.ts",
"setup-profile": "ts-node ../amplify-e2e-core/src/configure_tests.ts",
"clean-stale-test-buckets": "ts-node ./src/cleanup-stale-test-buckets.ts",
"clean-e2e-resources": "ts-node ./src/cleanup-e2e-resources.ts"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/amplify-graphql-api-construct-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
],
"private": true,
"scripts": {
"e2e": "jest --verbose --forceExit",
"e2e": "npm run setup-profile && jest --verbose --forceExit",
"setup-profile": "ts-node ../amplify-e2e-core/src/configure_tests.ts",
"build-tests": "tsc --build tsconfig.tests.json"
},
"dependencies": {
Expand Down

0 comments on commit f453e9a

Please sign in to comment.