Skip to content

Commit ea98484

Browse files
authored
chore(scripts): include dependents when running tests in CI (#4114)
1 parent 954e212 commit ea98484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"lint:release": "lerna exec --ignore '@aws-sdk/client-*' --ignore '@aws-sdk/aws-*' 'eslint --quiet src/**/*.ts'",
3131
"local-publish": "node ./scripts/verdaccio-publish/index.js",
3232
"test:all": "yarn build:all && jest --coverage --passWithNoTests && lerna run test --scope '@aws-sdk/{fetch-http-handler,hash-blob-browser}' && yarn test:versions",
33-
"test:ci": "lerna run test --since origin/main --exclude-dependents",
33+
"test:ci": "lerna run test --since origin/main",
3434
"test:e2e": "yarn build:e2e && node ./tests/e2e/index.js",
3535
"test:functional": "jest --passWithNoTests --config tests/functional/jest.config.js && lerna run test:unit --scope \"@aws-sdk/client-*\"",
3636
"test:integration": "jest --config jest.config.integ.js --passWithNoTests",

0 commit comments

Comments
 (0)