Greenstand / treetracker-query-api

To fetch Greenstand map data for client's like web map, wallet app, and so on.
GNU General Public License v3.0
14 stars 59 forks source link

Run `unit` test in CI/github action #373

Closed dadiorchen closed 2 weeks ago

dadiorchen commented 8 months ago

Run unit test, this is an example: https://github.com/Greenstand/treetracker-query-api/blob/main/server/infra/database/TreeRepositoryV2.spec.ts run the unit test in CI, when raise new pull request

khalatevarun commented 7 months ago

just checked the code @dadiorchen the test workflow in github actions is already set which runs all tests including unit and integrations test when a new pull request is raised, is there anything else you are expecting?