Skip to content

Commit 3d49d15

Browse files
committed
remove redundant apiCheck target since that's included in build
1 parent a4867ee commit 3d49d15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ jobs:
190190
run: |
191191
# FIXME K2. Re-enable warnings as errors after this warning is removed: https://youtrack.jetbrains.com/issue/KT-68532
192192
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
193-
./gradlew apiCheck
194193
./gradlew build
195194
- name: Save Test Reports
196195
if: failure()

0 commit comments

Comments
 (0)