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

Create separate path for CI reports #1334

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

majisourav99
Copy link
Contributor

Create separate path for CI reports

Show CI report for different modules in different links.

How was this PR tested?

Does this PR introduce any user-facing changes?

  • No. You can skip the rest of this section.
  • Yes. Make sure to explain your proposed changes and call out the behavior change.

@@ -52,9 +52,11 @@ jobs:
- name: Publish Test Report
env:
NODE_OPTIONS: "--max_old_space_size=4096"
uses: mikepenz/action-junit-report@v3
Copy link
Contributor

Choose a reason for hiding this comment

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

IMO this has to be right after

Run Unit Tests & Code Coverage

If we want to run it on failure only

Copy link
Contributor

@sushantmane sushantmane left a comment

Choose a reason for hiding this comment

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

Can we add test reporter for all e2e tests as well?

@sushantmane
Copy link
Contributor

sushantmane commented Nov 21, 2024

Instead of check can we always use annotations always? This way we will have results on prs, post commits, and forks?

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