We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccbbac commit bab02b1Copy full SHA for bab02b1
.github/workflows/continuous-integration.yml
@@ -83,19 +83,6 @@ jobs:
83
uses: actions/checkout@v4
84
with:
85
path: 'smithy-kotlin'
86
- - name: Debug
87
- run: |
88
- echo "Debugging local situation"
89
- echo "pwd"
90
- pwd
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
97
- echo "ls -a ./smithy-kotlin/.github/actions"
98
- ls -a ./smithy-kotlin/.github/actions
99
- name: Setup build
100
uses: ./smithy-kotlin/.github/actions/setup-build
101
- name: Checkout aws-sdk-kotlin
0 commit comments