onestop
onestop copied to clipboard
Have a nightly gradle test run
We found that the data-common isn't being built and it has tests that therefore aren't being run. Few solutions are to add a nightly task to do ./gradlew test or modify the nightly to do that.
Let's run all the tests!
- [ ] Update nightly circle build to in addition run tests