-
Notifications
You must be signed in to change notification settings - Fork 19
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 ci #356
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, left one more comment on docker cleanup. also, go relayer lint is failing (perhaps caused by my fix 😅)
// K8s specific config and cleanup | ||
if *config.Common.InsideK8s { | ||
t.Cleanup(func() { | ||
if err = actions.TeardownSuite(t, state.Common.Env, state.ChainlinkNodesK8s, nil, zapcore.PanicLevel, nil); err != nil { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just to clarify - if i'm running this locally, and i already have docker running on my machine with unrelated containers, does it clean up these terst containers that are started here?
Quality Gate passedIssues Measures |
Fix ci