Add unit tests to PR Checks for Scribe Android #195
Labels
feature
New feature or request
hacktoberfest
Included as a part of Hacktoberfest
help wanted
Extra attention is needed
Terms
Description
Summary
Unit tests can be run with commands
./gradlew test
or./gradlew check
. Note that thecheck
task will also run other things like detekt. This issue tracks adding running these commands as part of PR checks.This will be added to the
./github/workflows
folder with the other PR workflows.One question is whether the unit tests should be merged with the ktlint PR workflow or kept separate.
Contribution
I can work on this one. Feel free to assign to me with the recommendation on whether to merge this with the detekt PR workflow or have separate.
The text was updated successfully, but these errors were encountered: