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 256fef5 commit a2ad3efCopy full SHA for a2ad3ef
.github/workflows/continuous-integration.yml
@@ -61,7 +61,7 @@ jobs:
61
shell: bash
62
run: |
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
+ # echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
65
./gradlew apiCheck
66
./gradlew allTests
67
- name: Save Test Reports
0 commit comments