Skip to content

Commit 490f22c

Browse files
authored
fix: Fixes debug statements (#654)
Adds debug statements to their own process.
1 parent 6f64a47 commit 490f22c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/playwright.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
# For pushes, compare against the commit before the push.
5757
run: |
5858
bash samples/find-changes.sh ${{ github.event_name == 'pull_request' && format('origin/{0}', github.base_ref) || github.event.before }}
59+
60+
- name: Debug Affected Workspaces
61+
run: |
5962
echo "Let's verify that we got the varname wrong (should be changed_workspaces)"
6063
echo "Affected workspaces (worng): ${{ steps.get_workspaces.outputs.affected_workspaces }}"
6164
echo "Changed workspaces (ding ding ding): ${{ steps.get_workspaces.outputs.changed_workspaces }}"

0 commit comments

Comments
 (0)