fmeringdal / nettu-scheduler

A self-hosted calendar and scheduler server.
MIT License
535 stars 27 forks source link

Convert all metadata columns to JSONB #19

Closed omid closed 3 years ago

omid commented 3 years ago

FIXES #18

omid commented 3 years ago

@fmeringdal I still don't know how can I run the tests locally, could you please put the commands inside the Makefile I provided in the root of the project?

fmeringdal commented 3 years ago

@omid I added test command to makefile now, let me know if it works for you. I also added a test action when a PR is created so it is possible to see if tests are passing before merging PR. You can try it out if you push a new dummy commit to this PR