Skip to content

Commit 2aeef94

Browse files
author
Tom McLaughlin
committed
add a debug step to see file system files
1 parent 1a3e50b commit 2aeef94

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/branch.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ jobs:
104104
- name: Setup Python
105105
uses: ServerlessOpsIO/gha-setup-python@v1
106106

107+
- name: 'DEBUG: show files'
108+
run: |
109+
echo "Files in workspace:"
110+
tree -a ./
111+
107112
# - name: Assume AWS Credentials
108113
# uses: ServerlessOpsIO/gha-assume-aws-credentials@v1
109114
# with:

0 commit comments

Comments
 (0)