Skip to content

Commit cda0523

Browse files
committed
Revert
1 parent 0323e98 commit cda0523

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ jobs:
163163
working-directory: ./smithy-kotlin
164164
shell: bash
165165
run: |
166-
echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
166+
# FIXME K2. Re-enable warnings as errors after this warning is removed: https://youtrack.jetbrains.com/issue/KT-68532
167+
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
167168
./gradlew -Paws.kotlin.native=false apiCheck
168169
./gradlew -Paws.kotlin.native=false test jvmTest
169170

0 commit comments

Comments
 (0)