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 8484 run : |
8585 # protocol tests require everything is published
8686 pwd
87- ./gradlew --parallel assemble
88- ./gradlew publishToMavenLocal
87+ ./gradlew -Paws.kotlin.native=false - -parallel assemble
88+ ./gradlew -Paws.kotlin.native=false publishToMavenLocal
8989
9090 - name : Configure Gradle aws-sdk-kotlin
9191 uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
@@ -97,11 +97,11 @@ jobs:
9797 shell : bash
9898 run : |
9999 pwd
100- ./gradlew :build-support:test
101- ./gradlew publishToMavenLocal
102- ./gradlew apiCheck
103- ./gradlew test jvmTest
104- ./gradlew testAllProtocols
100+ ./gradlew -Paws.kotlin.native=false :build-support:test
101+ ./gradlew -Paws.kotlin.native=false publishToMavenLocal
102+ ./gradlew -Paws.kotlin.native=false apiCheck
103+ ./gradlew -Paws.kotlin.native=false test jvmTest
104+ ./gradlew -Paws.kotlin.native=false testAllProtocols
105105
106106 - name : Save Test Reports
107107 if : failure()
You can’t perform that action at this time.
0 commit comments