Skip to content

Commit 5571b1b

Browse files
committed
Disable aws.kotlin.native in all-platforms
1 parent 1e9f6a9 commit 5571b1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ jobs:
155155
run: |
156156
# FIXME K2. Re-enable warnings as errors after this warning is removed: https://youtrack.jetbrains.com/issue/KT-68532
157157
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
158-
./gradlew apiCheck
159-
./gradlew test jvmTest
158+
./gradlew -Paws.kotlin.native apiCheck
159+
./gradlew -Paws.kotlin.native=false test jvmTest
160160
- name: Save Test Reports
161161
if: failure()
162162
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)