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

fix: sets the project for the integration tests #386

Merged

Commits on Aug 17, 2020

  1. fix: sets the project for the integration tests

    The emulator uses the project set in order to list the instance
    configurations. If the none is set, it gets that information through the
    gcloud project set, which might mismatch the project being used to
    create the databases in the integration tests.
    thiagotnunes committed Aug 17, 2020
    Copy the full SHA
    7c6d9f1 View commit details
    Browse the repository at this point in the history
  2. fix: updates instructions for it tests

    Updates the instructions to run the integration tests in the
    contributing file. With the update, users will know how to properly set
    the instance and project to run the integration tests.
    thiagotnunes committed Aug 17, 2020
    Copy the full SHA
    ba177b7 View commit details
    Browse the repository at this point in the history