Skip to content

Commit

Permalink
chore(CI): add NX_VERBOSE_LOGGING to NX Cloud start (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgonzalezr authored Jun 21, 2024
1 parent 7839159 commit ad46ed0
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 @@ -49,7 +49,7 @@ jobs:
- checkout
- 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 All @@ -73,6 +73,9 @@ jobs:
- node_modules
- nx/set-shas
# Derives SHAs for base and head for use in `nx affected` commands in CI
- run:
name: 🧾 NX report
command: npx nx report
- run:
name: ⏳ Build Libraries
command: npx nx affected -t build --exclude='*,!tag:publishable' --parallel=3 --base=$NX_BASE --head=$NX_HEAD
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 ad46ed0

Please sign in to comment.