Skip to content

Commit

Permalink
Updated github action verification pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanu-lab committed Dec 27, 2024
1 parent 808d42a commit 52a71a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate-macsetup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
- name: Validate installation
run: |
# Read validation commands from config/tools.json and run them
tools=$(jq -c '.[]' config/tools.json)
macsetup_dir="$HOME/.macsetup"
tools=$(jq -c '.[]?' "$macsetup_dir/tools.json")
for tool in $tools; do
name=$(echo "$tool" | jq -r '.name')
verify_command=$(echo "$tool" | jq -r '.verify_command')
Expand Down

0 comments on commit 52a71a3

Please sign in to comment.