-
Notifications
You must be signed in to change notification settings - Fork 638
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
GHA: Publish test reports #9035
Comments
There's also this new feature to generate markdown job summaries: https://github.blog/changelog/2022-05-09-github-actions-enhance-your-actions-with-job-summaries/ |
@oleschoenburg that would be great to have. I propose to not spend time to build that ourselves, but instead let the GHA implement that part. Seems our test reporter of choice is also already aware of the new functionality. EnricoMi/publish-unit-test-result-action#264 |
9441: Publish GHA test results as report r=korthout a=korthout ## Description <!-- Please explain the changes you made here. --> Publish GHA test results as report using https://github.com/EnricoMi/publish-unit-test-result-action. This workflow is copied from [Zeebe Process Test](https://github.com/camunda/zeebe-process-test) where [this workflow](https://github.com/camunda/zeebe-process-test/blob/main/.github/workflows/publish-test-results.yml) has already been in use for some time. Some minor changes have been made to fit it to the zeebe repository. ## Related issues <!-- Which issues are closed by this PR or are related --> closes #9035 Co-authored-by: Nico Korthout <nico.korthout@camunda.com>
9441: Publish GHA test results as report r=korthout a=korthout ## Description <!-- Please explain the changes you made here. --> Publish GHA test results as report using https://github.com/EnricoMi/publish-unit-test-result-action. This workflow is copied from [Zeebe Process Test](https://github.com/camunda/zeebe-process-test) where [this workflow](https://github.com/camunda/zeebe-process-test/blob/main/.github/workflows/publish-test-results.yml) has already been in use for some time. Some minor changes have been made to fit it to the zeebe repository. ## Related issues <!-- Which issues are closed by this PR or are related --> closes #9035 Co-authored-by: Nico Korthout <nico.korthout@camunda.com>
Description
It'd be nice to collect and publish the test results of running integration and unit tests from our GHA workflow so that developers can see exactly which tests are failing.
There are multiple actions that implement this:
I've tried all three of them already. The first one is probably our best bet since it is the most feature complete. Two and three run into OOM for some of our tests.
follow-up of #8968
The text was updated successfully, but these errors were encountered: