Skip to content

Commit 187d781

Browse files
committed
test: use turbo loose env mode
1 parent bf8fe07 commit 187d781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"local-publish": "node ./scripts/verdaccio-publish/index.js",
3535
"test:all": "yarn build:all && jest --passWithNoTests && lerna run test --scope '@aws-sdk/{fetch-http-handler,hash-blob-browser}' && yarn test:versions && yarn test:integration",
3636
"test:ci": "lerna run test --since origin/main",
37-
"test:e2e": "node -e \"console.log(process.env)\" && node ./scripts/turbo test:e2e && node ./tests/canary/canary",
37+
"test:e2e": "node -e \"console.log(process.env)\" && node ./scripts/turbo test:e2e --env-mode=loose && node ./tests/canary/canary",
3838
"test:e2e:legacy": "cucumber-js --fail-fast",
3939
"test:e2e:legacy:preview": "./tests/e2e-legacy/preview.mjs",
4040
"test:e2e:legacy:since:release": "./tests/e2e-legacy/since-release.mjs",

0 commit comments

Comments
 (0)