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

Use common test build during CI #7196

Merged
merged 2 commits into from
Sep 21, 2019
Merged

Use common test build during CI #7196

merged 2 commits into from
Sep 21, 2019

Commits on Sep 19, 2019

  1. Use common test build during CI

    Previously both e2e test jobs were running `test:build`. Now there is a
    separate job that runs `test:build` that runs before each e2e test job,
    so that `test:build` is only run once instead of twice.
    Gudahtt committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    2ecac6b View commit details
    Browse the repository at this point in the history
  2. Move test builds to separate directory

    This prevents the test build from conflicting with the production build
    in later jobs.
    Gudahtt committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    cec8c74 View commit details
    Browse the repository at this point in the history