Skip to content

Commit

Permalink
Revert "chore(storybook): re-enable storybook e2e tests" (#14554)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini authored Jan 23, 2023
1 parent 21d65cb commit 077b559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 --parallel=1) &
npx nx affected --target=e2e --base=$NX_BASE --head=$NX_HEAD --exclude=e2e-storybook,e2e-storybook-angular --parallel=1) &
pids+=($!)
for pid in "${pids[@]}"; do
Expand Down

0 comments on commit 077b559

Please sign in to comment.