Róbert Papp

Results 849 comments of Róbert Papp

Yeah, I've seen that too! It looks amazing. What do I need to do to get the annotations for JUnit? I don't remember seeing it for tests yet. Edit: might...

[JUnit XML](https://www.ibm.com/docs/en/developer-for-zos/14.1?topic=formats-junit-xml-format) is not famous for those attributes 😞, but I see you support some: https://github.com/EnricoMi/publish-unit-test-result-action/blob/master/python/publish/junit.py#L268-L269, where did you get those names from, because the [official schema doesn't have it...

@rahulshrivastava-eaton See 2nd code block in [README](https://github.com/EnricoMi/publish-unit-test-result-action?tab=readme-ov-file#github-action-to-publish-test-results).

I just ran into this today, I was trying to run a workflow with `act-js` (GHA workflow testing framework) on Mac with M2, and it uses a Docker image that...

That would be useful regardless of this issue! e.g. [this setup](https://github.com/TWiStErRob/net.twisterrob.gradle/blob/5636575e6987407073a3a83d9a14f036d7e4c5bb/.github/workflows/CI.yml#L229-L249) could be simplified a lot. Alternatively, specifically for this issue, you might also consider downloading and installing the right...

Yep, more of a heads-up / discussion.

Is there an issue tracking implementation of shared config repositories so we can upvote and subscribe to it?

> I don't think this is ready until we can reduce the amount of unnecessary formatting changes I would think that's acceptable on the first enable of the migration, and...

@rarkins would adding the prettierrc temporarily in the clone, without actually committing it, work?

FYI: https://youtrack.jetbrains.com/issue/IDEA-320266