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 6c25cb4 commit 1cdc074Copy full SHA for 1cdc074
.github/workflows/continuous-integration.yml
@@ -79,8 +79,12 @@ jobs:
79
run: |
80
# FIXME K2. Re-enable warnings as errors after this warning is removed: https://youtrack.jetbrains.com/issue/KT-68532
81
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
82
- ./gradlew apiCheck
83
- ./gradlew build
+
+ # FIXME temporarily disabled main checks to get to failure point faster! Re-enable once broken test(s) are fixed
84
+ # ./gradlew apiCheck
85
+ # ./gradlew build
86
87
+ ./gradlew :runtime:protocol:http-client-engines:http-client-engine-crt:macosArm64Test
88
89
- name: Save Test Reports
90
if: failure()
0 commit comments