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
app.json currently has the necessary stanzas to setup and run the tests:
"scripts": { "test-setup": "./heroku-test-setup.sh", "test": "./test.sh $DATABASE_URL" }
pgtap runs and outputs TAP compatible output but only the exit code is considered for now.
these should be properly parsed by the Heroku CI
see: https://devcenter.heroku.com/articles/testpack-api
The text was updated successfully, but these errors were encountered:
No branches or pull requests
app.json currently has the necessary stanzas to setup and run the tests:
pgtap runs and outputs TAP compatible output but only the exit code is considered for now.
these should be properly parsed by the Heroku CI
see: https://devcenter.heroku.com/articles/testpack-api
The text was updated successfully, but these errors were encountered: