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

fix: copy test artifacts in interactive mode #5630

Merged
merged 5 commits into from
Jan 24, 2024

Conversation

vvagaytsev
Copy link
Collaborator

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #5629

Special notes for your reviewer:

@vvagaytsev vvagaytsev force-pushed the fix/5629-copy-artifacts-in-interactive-tests branch 2 times, most recently from 4300ce7 to a68191c Compare January 15, 2024 15:37
@vvagaytsev vvagaytsev marked this pull request as ready for review January 15, 2024 15:58
@vvagaytsev vvagaytsev requested a review from edvald January 16, 2024 07:54
No need to declare `artifactsPath` as optional value.
It is always defined in `RunActionParams` and `TestActionParams` types (via `CommonRunParams`).

The function calls in the tests were changed to pass the required artifacts params.
Becasue the type is only used in that file.
@vvagaytsev vvagaytsev force-pushed the fix/5629-copy-artifacts-in-interactive-tests branch from a68191c to ed693cb Compare January 24, 2024 09:01
Copy link
Collaborator

@thsig thsig left a comment

Choose a reason for hiding this comment

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

Had one comment there, looks good otherwise!

core/src/plugins/kubernetes/run.ts Show resolved Hide resolved
@vvagaytsev vvagaytsev requested a review from thsig January 24, 2024 10:29
@thsig thsig added this pull request to the merge queue Jan 24, 2024
Merged via the queue into main with commit e0a3671 Jan 24, 2024
46 checks passed
@thsig thsig deleted the fix/5629-copy-artifacts-in-interactive-tests branch January 24, 2024 10:56
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.

Artifacts are not copied when running garden test in interactive mode (--interactive=true)
2 participants