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 acbc4fd commit 2670ee8Copy full SHA for 2670ee8
.github/workflows/playwright.yml
@@ -105,6 +105,10 @@ jobs:
105
# steps.get_workspaces.outputs.affected_workspaces != '' || # If any workspace built
106
# contains(github.event.pull_request.paths.*, 'samples/generate-index.sh') # Or if the script itself changed
107
108
+ - name: Debug Affected Workspaces Output
109
+ run: |
110
+ echo "Affected workspaces: ${{ steps.get_workspaces.outputs.affected_workspaces }}"
111
+
112
- name: Run All Playwright Tests
113
if: steps.get_workspaces.outputs.affected_workspaces != ''
114
run: npx playwright test e2e/samples.spec.ts
0 commit comments