Skip to content

Commit 36dc163

Browse files
committed
test: debug workflow
1 parent 26c1128 commit 36dc163

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ jobs:
115115
core.setOutput('extraE2EIncludes', '[]');
116116
core.setOutput('extraMergeReportsIncludes', '[]');
117117
}
118+
- name: Debug outputs
119+
run: |
120+
echo "extraE2EIncludes: ${{ steps.set-adapters-includes.outputs.extraE2EIncludes }}"
121+
echo "extraMergeReportsIncludes: ${{ steps.set-adapters-includes.outputs.extraMergeReportsIncludes }}"
118122
119123
e2e:
120124
needs: setup

0 commit comments

Comments
 (0)