Skip to content

Commit 256fef5

Browse files
committed
WarningsAsErrors
1 parent 5e03508 commit 256fef5

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
@@ -60,7 +60,8 @@ jobs:
6060
- name: Test
6161
shell: bash
6262
run: |
63-
echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
63+
# FIXME K2. Re-enable warnings as errors after this warning is removed: https://youtrack.jetbrains.com/issue/KT-68532
64+
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
6465
./gradlew apiCheck
6566
./gradlew allTests
6667
- name: Save Test Reports

0 commit comments

Comments
 (0)