Skip to content

Commit

Permalink
chore(repo): tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Jun 24, 2024
1 parent a06d5eb commit 3919a13
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
NX_E2E_RUN_E2E: 'true'
NX_CI_EXECUTION_ENV: 'linux'
NX_CLOUD_DTE_V2: 'true'
NX_VERBOSE_LOGGING: 'true'
NX_E2E_VERBOSE_LOGGING: 'true'
steps:
- checkout
- nx/set-shas:
Expand All @@ -106,21 +108,7 @@ jobs:
name: Run Checks/Lint/Test/Build
no_output_timeout: 60m
command: |
pids=()
pnpm nx-cloud record -- nx format:check --base=$NX_BASE --head=$NX_HEAD &
pids+=($!)
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) &
pids+=($!)
for pid in "${pids[@]}"; do
wait "$pid"
done
pnpm nx e2e-ci e2e-react
# -------------------------
# JOBS: Main-MacOS
# -------------------------
Expand Down

0 comments on commit 3919a13

Please sign in to comment.