Skip to content

Commit 0785874

Browse files
committed
restore accidentally-deleted FIXME
1 parent 944d1e7 commit 0785874

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
@@ -184,7 +184,8 @@ jobs:
184184
working-directory: ./smithy-kotlin
185185
shell: bash
186186
run: |
187-
echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
187+
# FIXME K2. Re-enable warnings as errors after this warning is removed: https://youtrack.jetbrains.com/issue/KT-68532
188+
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
188189
./gradlew apiCheck
189190
./gradlew test jvmTest
190191
- name: Save Test Reports

0 commit comments

Comments
 (0)