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 e22e723 commit d2933e3Copy full SHA for d2933e3
.github/workflows/playwright.yml
@@ -85,7 +85,7 @@ jobs:
85
run: npx playwright install --with-deps
86
87
- name: Build Affected Projects
88
- if: steps.get_workspaces.outputs.affected_workspaces != ''
+ #if: steps.get_workspaces.outputs.affected_workspaces != ''
89
run: |
90
IFS=$'\n'
91
AFFECTED_WORKSPACES_ARRAY=(${{ steps.get_workspaces.outputs.affected_workspaces }})
0 commit comments