File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -72,12 +72,27 @@ jobs:
7272 run : |
7373 echo "Echo my echoes"
7474 echo "aws-sdk-kotlin"
75+ echo "" >> ./aws-sdk-kotlin/gradle.properties
7576 echo "aws.kotlin.native=false" >> ./aws-sdk-kotlin/gradle.properties
7677 echo "smithy-kotlin"
78+ echo "" >> ./smithy-kotlin/gradle.properties
7779 echo "aws.kotlin.native=false" >> ./smithy-kotlin/gradle.properties
7880 echo "aws-crt-kotlin"
81+ echo "" >> ./aws-crt-kotlin/gradle.properties
7982 echo "aws.kotlin.native=false" >> ./aws-crt-kotlin/gradle.properties
8083
84+ - name : Debug smithy-kotlin
85+ shell : bash
86+ working-directory : smithy-kotlin
87+ run : |
88+ echo "Debugging smithy-kotlin"
89+ echo "ls:"
90+ ls
91+ echo "gradle.properties"
92+ cat gradle.properties
93+ echo "git branch"
94+ git branch
95+
8196 - name : Debug aws-crt-kotlin
8297 shell : bash
8398 working-directory : aws-crt-kotlin
You can’t perform that action at this time.
0 commit comments