evrencoskun / TableView

TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
MIT License
3.14k stars 454 forks source link

Setup GitHub Actions for tests #360

Closed MGaetan89 closed 3 years ago

MGaetan89 commented 3 years ago

Now that @Zardozz has started to add some tests to the project, it's worth having a CI to ensure that new changes don't break the existing code. For the moment, the workflow:

A sample output can be seen here: https://github.com/MGaetan89/TableView/actions/runs/497047998

You might have to enable GitHub Actions in the project settings for this to work.