Do You want to help open source? Awesome! ❤️
Currently only unit tests are ran on GitHub actions (due to the fact that instrumented tests could fail when no data is present in app - correction needed). Two example ways to do this:
- just run (test) directory by clicking on it
- run in terminal: ./gradlew testDebugUnitTest (command example for MacOS)
2. Use ktlint to format code and match style
(command examples for MacOS)
- check formatting: ./gradlew ktlintCheck
- try to auto format files: ./gradlew ktlintCheck