Skip to content

Commit a2ad3ef

Browse files
committed
WarningsAsErrors
1 parent 256fef5 commit a2ad3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
shell: bash
6262
run: |
6363
# 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
64+
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
6565
./gradlew apiCheck
6666
./gradlew allTests
6767
- name: Save Test Reports

0 commit comments

Comments
 (0)