File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 8989 run : |
9090 # protocol tests require everything is published
9191 pwd
92- ./gradlew --parallel assemble
93- ./gradlew publishToMavenLocal
92+ ./gradlew -Paws.kotlin.native=false - -parallel assemble
93+ ./gradlew -Paws.kotlin.native=false publishToMavenLocal
9494
9595 - name : Configure Gradle aws-sdk-kotlin
9696 uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
@@ -102,11 +102,11 @@ jobs:
102102 shell : bash
103103 run : |
104104 pwd
105- ./gradlew :build-support:test
106- ./gradlew publishToMavenLocal
107- ./gradlew apiCheck
108- ./gradlew test jvmTest
109- ./gradlew testAllProtocols
105+ ./gradlew -Paws.kotlin.native=false :build-support:test
106+ ./gradlew -Paws.kotlin.native=false publishToMavenLocal
107+ ./gradlew -Paws.kotlin.native=false apiCheck
108+ ./gradlew -Paws.kotlin.native=false test jvmTest
109+ ./gradlew -Paws.kotlin.native=false testAllProtocols
110110
111111 - name : Save Test Reports
112112 if : failure()
You can’t perform that action at this time.
0 commit comments