Skip to content

Commit 3e31270

Browse files
committed
ci: print env variables available on the nx agents
1 parent fe3d27c commit 3e31270

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.nx/workflows/agents.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ launch-templates:
33
resource-class: 'docker_linux_amd64/medium'
44
image: 'ubuntu22.04-node20.11-v7'
55
init-steps:
6+
- name: System Environment Variables
7+
script: env
68
- name: Checkout
79
uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/checkout/main.yaml'
810
- name: Restore Node Modules Cache
@@ -155,3 +157,6 @@ launch-templates:
155157
script: |
156158
flutter doctor
157159
echo "✅ Done !"
160+
161+
- name: System Environment Variables (Post)
162+
script: env

0 commit comments

Comments
 (0)