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

Follow up to a fix for #492 #494

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Conversation

adambabik
Copy link
Collaborator

@adambabik adambabik commented Feb 9, 2024

I cleaned up env management. This PR also fixes experimental runme run-locally.

Relates to #492

@@ -191,7 +191,7 @@ func WithEnableBackgroundProcesses(enableBackground bool) RunnerOption {

func WithEnvs(envs []string) RunnerOption {
return withSettings(func(rs *RunnerSettings) {
rs.envs = envs
rs.envs = append(rs.envs, envs...)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sourishkrout this is an only place that could cause some issues in the future. The rest in internal/runner is clean up.

@adambabik adambabik force-pushed the adamb/492-follow-up-env-in-cli branch from 908e825 to ff809d4 Compare February 10, 2024 09:11
Copy link

sonarcloud bot commented Feb 10, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
72.7% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

Copy link
Member

@sourishkrout sourishkrout left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍.

@sourishkrout sourishkrout merged commit 27a9bab into main Feb 12, 2024
5 of 6 checks passed
@sourishkrout sourishkrout deleted the adamb/492-follow-up-env-in-cli branch February 12, 2024 13:33
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.

2 participants