Skip to content

Commit

Permalink
Narrowing debug logic
Browse files Browse the repository at this point in the history
Signed-off-by: Whit Waldo <[email protected]>
  • Loading branch information
WhitWaldo committed Jan 14, 2025
1 parent b950d24 commit afa3458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
# Parse the projects
projects=$(jq -c '.projects[]' ./.github/workflows/example-e2e-tests.json)
echo "Parsed projects:"
echo "$projects".
echo "$projects" | jq -r '.project'
for project in $projects; do
project_name=$(echo $project | jq -r '.project')
Expand Down

0 comments on commit afa3458

Please sign in to comment.