Skip to content

Commit

Permalink
chore: add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-chris committed Dec 28, 2023
1 parent 5e67578 commit 995d759
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/test_matrix/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ runs:
add_component "Frontend" "frontend/** frontend/Dockerfile.azure" "Dockerfile.azure" "frontend" "ops-frontend"
fi
# Debug statements
echo "DEBUG: DIFF variable content:"
echo "$DIFF"
# Set matrix outputs
echo "::set-output name=matrix::[${components[@]}]"
echo "::set-output name=paths::[${paths[@]}]"
Expand Down

0 comments on commit 995d759

Please sign in to comment.