Skip to content

Commit 8efb8e8

Browse files
committed
More debug
1 parent eae7a9c commit 8efb8e8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,14 @@ jobs:
8686
- name: Debug
8787
run: |
8888
echo "Debugging local situation"
89+
echo "pwd"
8990
pwd
90-
ls .
91-
ls ./smithy-kotlin
92-
ls ./smithy-kotlin/.github
91+
echo "ls -a ."
92+
ls -a .
93+
echo "ls -a ./smithy-kotlin"
94+
ls -a ./smithy-kotlin
95+
echo "ls -a ./smithy-kotlin/.github"
96+
ls -a ./smithy-kotlin/.github
9397
- name: Setup build
9498
uses: ./../.github/actions/setup-build
9599
- name: Checkout aws-sdk-kotlin

0 commit comments

Comments
 (0)