Skip to content

Commit

Permalink
fix(storybook): enable e2e tests (#15709)
Browse files Browse the repository at this point in the history
Co-authored-by: Miroslav Jonaš <meeroslav@users.noreply.github.com>
  • Loading branch information
mandarini and meeroslav committed Mar 19, 2023
1 parent 7740bb1 commit 61fb737
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 323 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,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
Expand Down
Loading

0 comments on commit 61fb737

Please sign in to comment.