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

Don't run the integration tests on every PR #949

Commits on Jan 5, 2023

  1. Don't run the integration tests on every PR

    The integration tests can randomly fail because they're operating on
    live data that can change unexpectedly. This results in tests failing on
    a PR through no fault of the code in the PR. We already run the
    integration tests on every *commit*, so it's just a matter of surfacing
    those failures to the people who can do something about them.
    andrewpollock committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    d5e6798 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d831103 View commit details
    Browse the repository at this point in the history