Skip to content

Commit 3512d81

Browse files
committed
Add debugging steps
1 parent cd4b31d commit 3512d81

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ jobs:
8383
uses: actions/checkout@v4
8484
with:
8585
path: 'smithy-kotlin'
86+
- name: Debug
87+
run: |
88+
echo "Debugging local situation"
89+
pwd
90+
ls .
91+
ls ./../.github/
8692
- name: Setup build
8793
uses: ./../.github/actions/setup-build
8894
- name: Checkout aws-sdk-kotlin

0 commit comments

Comments
 (0)