Skip to content

Commit 1cbc43a

Browse files
committed
chore(scripts): include dependents when running tests in CI
1 parent d4ce684 commit 1cbc43a

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
@@ -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)