Skip to content

Commit c43933e

Browse files
committed
Add echoes for debugging
1 parent 448a817 commit c43933e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,12 @@ jobs:
7070
- name: Disable Kotlin/Native builds
7171
shell: bash
7272
run: |
73+
echo "Echo my echoes"
74+
echo "aws-sdk-kotlin"
7375
echo "aws.kotlin.native=false" >> ./aws-sdk-kotlin/gradle.properties
76+
echo "smithy-kotlin"
7477
echo "aws.kotlin.native=false" >> ./smithy-kotlin/gradle.properties
78+
echo "aws-crt-kotlin"
7579
echo "aws.kotlin.native=false" >> ./aws-crt-kotlin/gradle.properties
7680
7781
- name: Configure Gradle - smithy-kotlin

0 commit comments

Comments
 (0)