We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Heroku CI would probably be best:
https://devcenter.heroku.com/articles/heroku-ci#configuration-using-app-json
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
The text was updated successfully, but these errors were encountered:
issue #26: create app.json
efb3827
issue #26: add addons and test script stanza
9c5add9
c45ae01
issue #26: support db url, actually addon postgresql, sanity check
b2cf2e1
issue #26: add pgtap setup on heroku vendored postgresql
7fb8d95
issue #26: move up files as heroku ci expects package.json in root
fd8127b
Merge pull request #38 from coderbunker/issue26-move-to-root
a650490
rngadam
No branches or pull requests
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: heroku/heroku-buildpack-ci-postgresql#15
The text was updated successfully, but these errors were encountered: