Skip to content

Commit 1cdc074

Browse files
committed
temporarily bypass irrelevant MacOS CI
1 parent 6c25cb4 commit 1cdc074

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,12 @@ jobs:
7979
run: |
8080
# FIXME K2. Re-enable warnings as errors after this warning is removed: https://youtrack.jetbrains.com/issue/KT-68532
8181
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
82-
./gradlew apiCheck
83-
./gradlew build
82+
83+
# 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
8488
8589
- name: Save Test Reports
8690
if: failure()

0 commit comments

Comments
 (0)