Skip to content

Commit 7b0f5cc

Browse files
committed
Add a step to print the results to the log
For debugging.
1 parent 8fa3e8b commit 7b0f5cc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/_find_changes.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,9 @@ jobs:
7474
filters: |
7575
matched:
7676
- '**/*.py'
77+
78+
- name: Summary of test results
79+
run: |
80+
set -x
81+
echo steps.only-noncode-files.outputs.matched = │${{steps.only-noncode-files.outputs.matched}}│
82+
echo steps.python-files.outputs.matched = │${{steps.python-files.outputs.matched}}│

0 commit comments

Comments
 (0)