Revert "chore(storybook): re-enable storybook e2e tests" (#14554)
This commit is contained in:
parent
21d65cb813
commit
077b55915b
@ -199,7 +199,7 @@ jobs:
|
|||||||
yarn nx affected --target=test --base=$NX_BASE --head=$NX_HEAD --parallel=1 &
|
yarn nx affected --target=test --base=$NX_BASE --head=$NX_HEAD --parallel=1 &
|
||||||
pids+=($!)
|
pids+=($!)
|
||||||
(yarn nx affected --target=build --base=$NX_BASE --head=$NX_HEAD --parallel=3 &&
|
(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+=($!)
|
pids+=($!)
|
||||||
|
|
||||||
for pid in "${pids[@]}"; do
|
for pid in "${pids[@]}"; do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user