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 local Shipyard when testing consuming E2E #1114

Merged
merged 1 commit into from
Sep 14, 2023

Commits on Sep 14, 2023

  1. Use local Shipyard when testing consuming E2E

    Consuming projects running E2E tests rely on code supplied by Shipyard.
    Use the local Shipyard when testing them, to make sure the latest code
    is tested, and catch any breakages.
    
    Shipyard has to be checked out as a sub directory for it to be
    available inside the ephemeral container that we use to run the tests.
    That way we can easily use `go replace` to test the updated code.
    
    Signed-off-by: Mike Kolesnik <[email protected]>
    mkolesnik committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    802df1d View commit details
    Browse the repository at this point in the history