heroku-ci icon indicating copy to clipboard operation
heroku-ci copied to clipboard

Be able to run a test from a different branch without doing checkout

Open raulb opened this issue 8 years ago • 2 comments

Currently, we're only running tests in a current branch. i.e. If you wanted to run a test in a branch different than master, we require doing git checkout before.

It'd be nice if we could do the same without requiring that step.

e.g.:

Now:

$ git checkout branch-name
$ heroku ci:test

Proposal:

$ heroku ci:test --branch branch-name

raulb avatar Dec 02 '16 10:12 raulb