Skip to content

Commit

Permalink
chore(CI): add NX_VERBOSE_LOGGING to NX Cloud start
Browse files Browse the repository at this point in the history
  • Loading branch information
dgonzalezr committed Jun 21, 2024
1 parent 7839159 commit 6a3e801
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,12 @@ jobs:
steps:
# Checkout the code as the first step.
- checkout
- run:
name: 🧾 NX report
command: npx nx report
- run:
name: ▶️ Start Nx Cloud Agents
command: npx nx-cloud start-ci-run --distribute-on="3 linux-medium-js"
command: npx nx-cloud start-ci-run --distribute-on="3 linux-medium-js" --with-env-vars="NX_VERBOSE_LOGGING"
- setup-node
- restore_cache:
name: 💫 Restore Cache dependencies
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
.nx
.nx/*
!.nx/workflows
!.nx/nxw.js
/dist
/out-tsc
/tmp/**
Expand Down

0 comments on commit 6a3e801

Please sign in to comment.