Revert "chore(storybook): re-enable storybook e2e tests" (#14554)

This commit is contained in:
Katerina Skroumpelou 2023-01-23 21:35:08 +02:00 committed by GitHub
parent 21d65cb813
commit 077b55915b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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