Skip to content

Commit

Permalink
chore(scripts): include dependents when running tests in CI (#4114)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Oct 28, 2022
1 parent 954e212 commit ea98484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lint:release": "lerna exec --ignore '@aws-sdk/client-*' --ignore '@aws-sdk/aws-*' 'eslint --quiet src/**/*.ts'",
"local-publish": "node ./scripts/verdaccio-publish/index.js",
"test:all": "yarn build:all && jest --coverage --passWithNoTests && lerna run test --scope '@aws-sdk/{fetch-http-handler,hash-blob-browser}' && yarn test:versions",
"test:ci": "lerna run test --since origin/main --exclude-dependents",
"test:ci": "lerna run test --since origin/main",
"test:e2e": "yarn build:e2e && node ./tests/e2e/index.js",
"test:functional": "jest --passWithNoTests --config tests/functional/jest.config.js && lerna run test:unit --scope \"@aws-sdk/client-*\"",
"test:integration": "jest --config jest.config.integ.js --passWithNoTests",
Expand Down

0 comments on commit ea98484

Please sign in to comment.