Here's a simple github actions configuration to run the unit tests of your application everytime someone pushes to master or open a pull request targeting the master branch.
The Feature tests wasn't covered because we would have to configure a testing database but is not that hard and if wanted you can open an issue to work on that latter or maybe I can help with this.
Here's a simple github actions configuration to run the unit tests of your application everytime someone pushes to master or open a pull request targeting the master branch. The Feature tests wasn't covered because we would have to configure a testing database but is not that hard and if wanted you can open an issue to work on that latter or maybe I can help with this.