Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add continuous build / testing of database #26

Closed
6 tasks done
rngadam opened this issue May 7, 2018 · 0 comments
Closed
6 tasks done

Add continuous build / testing of database #26

rngadam opened this issue May 7, 2018 · 0 comments
Assignees

Comments

@rngadam
Copy link
Member

rngadam commented May 7, 2018

Heroku CI would probably be best:

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

steps

  • create app.json
  • allocate postgresql addon
  • run setup script against database above
  • run test script against database above
  • parse TAP test results - follow up in issue Parse TAP results from pgtap #39
  • autodeploy master on successful build

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: heroku/heroku-buildpack-ci-postgresql#15

rngadam added a commit that referenced this issue Jul 21, 2018
@rngadam rngadam self-assigned this Jul 22, 2018
rngadam added a commit that referenced this issue Jul 22, 2018
issue #26: move up files as heroku ci expects package.json in root
@rngadam rngadam closed this as completed Jul 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant