Skip to content

Commit

Permalink
chore(repo): limit tests to troubleshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Jun 14, 2024
1 parent fa05a10 commit 9034fef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ jobs:
pnpm nx run-many -t check-imports check-commit check-lock-files check-codeowners documentation --parallel=1 --no-dte &
pids+=($!)
(pnpm nx affected --targets=lint,test,build --base=$NX_BASE --head=$NX_HEAD --parallel=3 &&
pnpm nx affected --targets=e2e,e2e-ci --base=$NX_BASE --head=$NX_HEAD --parallel=1) &
(
pnpm nx run-many -p e2e-nx-plugin --targets=e2e,e2e-ci --base=$NX_BASE --head=$NX_HEAD --parallel=1) &
pids+=($!)
for pid in "${pids[@]}"; do
Expand Down

0 comments on commit 9034fef

Please sign in to comment.