Skip to content

Commit cca4025

Browse files
authored
fix: Adds line to debug workspace array (#646)
A finer check to verify whether the generated list of changed workspaces is correct.
1 parent 5b5dd6f commit cca4025

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
run: |
9494
IFS=$'\n'
9595
AFFECTED_WORKSPACES_ARRAY=(${{ steps.get_workspaces.outputs.affected_workspaces }})
96+
echo "Affected Workspaces Array: ${AFFECTED_WORKSPACES_ARRAY[@]}"
9697
9798
echo "Building affected workspaces:"
9899
for workspace in "${AFFECTED_WORKSPACES_ARRAY[@]}"; do

0 commit comments

Comments
 (0)