diff --git a/.circleci/config.yml b/.circleci/config.yml index d3b769e9b1bf8..4352edf868039 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -199,7 +199,7 @@ jobs: yarn nx affected --target=test --base=$NX_BASE --head=$NX_HEAD --parallel=1 & pids+=($!) (yarn nx affected --target=build --base=$NX_BASE --head=$NX_HEAD --parallel=3 && - npx nx affected --target=e2e --base=$NX_BASE --head=$NX_HEAD --exclude=e2e-storybook,e2e-storybook-angular --parallel=1) & + npx nx affected --target=e2e --base=$NX_BASE --head=$NX_HEAD --parallel=1) & pids+=($!) for pid in "${pids[@]}"; do