Skip to content

Commit 0926250

Browse files
committed
ci: print installed tools before and after
1 parent 3e31270 commit 0926250

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.nx/workflows/agents.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ launch-templates:
55
init-steps:
66
- name: System Environment Variables
77
script: env
8+
- name: List Installed Tools
9+
script: ls -al $HOME
10+
811
- name: Checkout
912
uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/checkout/main.yaml'
1013
- name: Restore Node Modules Cache
@@ -40,6 +43,9 @@ launch-templates:
4043
../android/sdk
4144
base-branch: 'develop'
4245

46+
- name: 'Post Restore: List Installed Tools'
47+
script: ls -al $HOME
48+
4349
- name: Install Node Modules
4450
uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/install-node-modules/main.yaml'
4551

@@ -158,5 +164,7 @@ launch-templates:
158164
flutter doctor
159165
echo "✅ Done !"
160166
161-
- name: System Environment Variables (Post)
167+
- name: 'Post Step: List Installed Tools'
168+
script: ls -al $HOME
169+
- name: 'Post Step: System Environment Variables'
162170
script: env

0 commit comments

Comments
 (0)