-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 native build stats uploading for "simple with space" IT #40877
Fix native build stats uploading for "simple with space" IT #40877
Conversation
Follow up to quarkusio#39784 Resolves: ``` jq: error: Could not open file /home/runner/work/quarkus/quarkus/./integration-tests/simple: No such file or directory ``` by treating each line returned by `find` as a single path instead of further breaking it down by space.
This comment has been minimized.
This comment has been minimized.
Status for workflow
|
1 similar comment
Status for workflow
|
Hmm, even if I click on re-running it, GHA won't run it :( |
@Karm I suspect an infra issue on GitHub Actions side. I had a few similar cases on various projects. |
That's expected. The job is currently configured to only run on |
Follow up to #39784
Resolves:
by treating each line returned by
find
as a single path instead offurther breaking it down by space.