Skip to content

Commit 3f02cfc

Browse files
committed
Debug aws-crt-kotlin...
1 parent b0c14e6 commit 3f02cfc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,21 @@ jobs:
7878
echo "aws-crt-kotlin"
7979
echo "aws.kotlin.native=false" >> ./aws-crt-kotlin/gradle.properties
8080
81+
- name: Debug aws-crt-kotlin
82+
shell: bash
83+
working-directory: aws-crt-kotlin
84+
run: |
85+
echo "Debugging aws-crt-kotlin"
86+
echo "ls:"
87+
ls
88+
echo "gradle.properties"
89+
cat gradle.properties
90+
echo "git branch"
91+
git branch
92+
echo "WithCrt"
93+
cat aws-crt-kotlin/common/src/aws/sdk/kotlin/crt/WithCrt.kt
94+
95+
8196
- name: Configure Gradle - smithy-kotlin
8297
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
8398
with:

0 commit comments

Comments
 (0)