main icon indicating copy to clipboard operation
main copied to clipboard

configure heroku CI test runner [1]

Open aguestuser opened this issue 8 years ago • 0 comments

Acceptance Criteria

  • heroku has a well-formed app.json file for our app
  • when we open a PR or merge code, Heroku should run our tests without error

Context

  • this bug was likely introduced by recent renaming/reassigning of apps in heroku pipeline
  • currently we are missing an app.json config file with environment variables that causes the CI pipeline to fail to run tests with following error message:

heroku-ci-config-error

aguestuser avatar Jan 24 '18 21:01 aguestuser