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

integration-tests: restore original module name; remove self-replace #1478

Merged
merged 2 commits into from
Oct 4, 2024

Conversation

jmank88
Copy link
Collaborator

@jmank88 jmank88 commented Oct 1, 2024

Motivation

The module import path for integration-tests was split brained between:

  • github.com/smartcontractkit/chainlink/integration-tests
  • github.com/smartcontractkit/ccip/integration-tests

And patched with a self-replace:

github.com/smartcontractkit/chainlink/integration-tests => ../integration-tests

Which was breaking gomods

Solution

This PR removes the replace and restores the original import path, and re-enables gomods.

@jmank88 jmank88 marked this pull request as ready for review October 1, 2024 22:20
@jmank88 jmank88 requested review from a team as code owners October 1, 2024 22:20
@jmank88 jmank88 enabled auto-merge (squash) October 1, 2024 22:20
@jmank88 jmank88 merged commit ace434b into ccip-develop Oct 4, 2024
111 checks passed
@jmank88 jmank88 deleted the mod-self-ref branch October 4, 2024 14:57
@cl-sonarqube-production
Copy link

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

Successfully merging this pull request may close these issues.

3 participants