Skip to content

Commit

Permalink
WarningsAsErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Nov 7, 2024
1 parent 256fef5 commit a2ad3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
shell: bash
run: |
# FIXME K2. Re-enable warnings as errors after this warning is removed: https://youtrack.jetbrains.com/issue/KT-68532
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
./gradlew apiCheck
./gradlew allTests
- name: Save Test Reports
Expand Down

0 comments on commit a2ad3ef

Please sign in to comment.