Skip to content

Commit d2933e3

Browse files
authored
fix: Remove conditional from build step (#627)
Some change in #581 caused tests to stop running. I'm not sure why I added this line; commenting to see if it makes a difference.
1 parent e22e723 commit d2933e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: npx playwright install --with-deps
8686

8787
- name: Build Affected Projects
88-
if: steps.get_workspaces.outputs.affected_workspaces != ''
88+
#if: steps.get_workspaces.outputs.affected_workspaces != ''
8989
run: |
9090
IFS=$'\n'
9191
AFFECTED_WORKSPACES_ARRAY=(${{ steps.get_workspaces.outputs.affected_workspaces }})

0 commit comments

Comments
 (0)