We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5dd6f commit cca4025Copy full SHA for cca4025
.github/workflows/playwright.yml
@@ -93,6 +93,7 @@ jobs:
93
run: |
94
IFS=$'\n'
95
AFFECTED_WORKSPACES_ARRAY=(${{ steps.get_workspaces.outputs.affected_workspaces }})
96
+ echo "Affected Workspaces Array: ${AFFECTED_WORKSPACES_ARRAY[@]}"
97
98
echo "Building affected workspaces:"
99
for workspace in "${AFFECTED_WORKSPACES_ARRAY[@]}"; do
0 commit comments