Skip to content

Commit

Permalink
chore: show nx agents path
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Jun 26, 2024
1 parent 293a14d commit cd76d65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .nx/workflows/agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ launch-templates:
key: 'package-lock.json|yarn.lock|pnpm-lock.yaml'
paths: 'node_modules'
base-branch: 'develop'
- name: Echo PWD
script: |
echo "HOME = $HOME"
echo `pwd`
- name: Restore Maven/Gradle/SDKMan Cache
uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/cache/main.yaml'
inputs:
Expand Down

0 comments on commit cd76d65

Please sign in to comment.