coderbunker / timesheet-backend

Timesheet Datawarehouse backend
MIT License
1 stars 0 forks source link

Add continuous build / testing of database #26

Closed rngadam closed 5 years ago

rngadam commented 6 years ago

Heroku CI would probably be best:

https://devcenter.heroku.com/articles/heroku-ci#configuration-using-app-json

steps

pgtap and heroku

pgtap unsupported right now on Heroku so have to come up with a different test

filed a support request

workaround: use vendored postgresql and install pgtap in every run.

see: https://github.com/heroku/heroku-buildpack-ci-postgresql/issues/15