Skip to content

Commit 1fe2ea3

Browse files
authored
fix: Update playwright.yml (#642)
Adds a debug line for length, to see if we are receiving anything from the script.
1 parent 98fd9fa commit 1fe2ea3

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
@@ -120,6 +120,7 @@ jobs:
120120
- name: Debug Affected Workspaces Output
121121
run: |
122122
echo "Affected workspaces: ${{ steps.get_workspaces.outputs.affected_workspaces }}"
123+
echo "Affected workspaces (length): ${{ steps.get_workspaces.outputs.affected_workspaces.length }}"
123124
124125
- name: Run All Playwright Tests
125126
if: steps.get_workspaces.outputs.affected_workspaces != ''

0 commit comments

Comments
 (0)