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.
build
all-platforms
1 parent 112d0fd commit a4867eeCopy full SHA for a4867ee
.github/workflows/continuous-integration.yml
@@ -191,7 +191,7 @@ jobs:
191
# FIXME K2. Re-enable warnings as errors after this warning is removed: https://youtrack.jetbrains.com/issue/KT-68532
192
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
193
./gradlew apiCheck
194
- ./gradlew test jvmTest
+ ./gradlew build
195
- name: Save Test Reports
196
if: failure()
197
uses: actions/upload-artifact@v4
0 commit comments