We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e03508 commit 256fef5Copy full SHA for 256fef5
.github/workflows/continuous-integration.yml
@@ -60,7 +60,8 @@ jobs:
60
- name: Test
61
shell: bash
62
run: |
63
- echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
+ # 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
65
./gradlew apiCheck
66
./gradlew allTests
67
- name: Save Test Reports
0 commit comments