Skip to content

Commit

Permalink
ci: print installed tools before and after
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Jun 27, 2024
1 parent 3e31270 commit 2c3b974
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .nx/workflows/agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ launch-templates:
init-steps:
- name: System Environment Variables
script: env
- name: List Installed Tools
script: ls -al $HOME

- name: Checkout
uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/checkout/main.yaml'
- name: Restore Node Modules Cache
Expand Down Expand Up @@ -158,5 +161,7 @@ launch-templates:
flutter doctor
echo "✅ Done !"
- name: System Environment Variables (Post)
- name: 'Post Step: List Installed Tools'
script: ls -al $HOME
- name: 'Post Step: System Environment Variables'
script: env

0 comments on commit 2c3b974

Please sign in to comment.