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

As a developer, I want to run tests against a virtual merge of the pull request branch and the trunk branch so that I have more confidence that the change will not break anything #7

Open
johnboyes opened this issue Mar 13, 2020 · 1 comment
Labels
Story New feature or request

Comments

@johnboyes
Copy link
Contributor

CircleCI don't offer this out of the box unfortunately.
So if we really want to implement this, can either:

  • move to a different solution e.g. a competitor to CircleCI or GitHub Actions
  • cobble something together in CircleCI
    e.g. this Orb
@johnboyes johnboyes changed the title Run tests against a virtual merge of the pull request branch and the trunk branch As a developer, I want to run tests against a virtual merge of the pull request branch and the trunk branch so that I have more confidence that the change will not break anything Mar 13, 2020
@johnboyes johnboyes added the Story New feature or request label Mar 13, 2020
@johnboyes
Copy link
Contributor Author

As I am the only committer at present, this is not critical. But it is still good to have as it is something a DevOps showcase workflow should have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Story New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant