Skip to content

Commit 2670ee8

Browse files
authored
fix: Playwright: Adds debug statement (#633)
Adds a debug line to determine whether the changed workspaces are being listed correctly.
1 parent acbc4fd commit 2670ee8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ jobs:
105105
# steps.get_workspaces.outputs.affected_workspaces != '' || # If any workspace built
106106
# contains(github.event.pull_request.paths.*, 'samples/generate-index.sh') # Or if the script itself changed
107107

108+
- name: Debug Affected Workspaces Output
109+
run: |
110+
echo "Affected workspaces: ${{ steps.get_workspaces.outputs.affected_workspaces }}"
111+
108112
- name: Run All Playwright Tests
109113
if: steps.get_workspaces.outputs.affected_workspaces != ''
110114
run: npx playwright test e2e/samples.spec.ts

0 commit comments

Comments
 (0)