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 98fd9fa commit 1fe2ea3Copy full SHA for 1fe2ea3
.github/workflows/playwright.yml
@@ -120,6 +120,7 @@ jobs:
120
- name: Debug Affected Workspaces Output
121
run: |
122
echo "Affected workspaces: ${{ steps.get_workspaces.outputs.affected_workspaces }}"
123
+ echo "Affected workspaces (length): ${{ steps.get_workspaces.outputs.affected_workspaces.length }}"
124
125
- name: Run All Playwright Tests
126
if: steps.get_workspaces.outputs.affected_workspaces != ''
0 commit comments