Skip to content

Commit d88ef6c

Browse files
committed
Actually re-enable kotlinWarningsAsErrors=true
1 parent 8fc0031 commit d88ef6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- name: Test
6363
shell: bash
6464
run: |
65+
echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
6566
./gradlew apiCheck
6667
./gradlew test jvmTest
6768
- name: Save Test Reports

0 commit comments

Comments
 (0)