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

Prevent cypress-split from printing information in the Summary page of GitHub Actions #340

Closed
igorgiumellizup opened this issue Dec 12, 2024 · 3 comments
Labels
question Further information is requested

Comments

@igorgiumellizup
Copy link

I need it to stop printing information in the GHA Summary page. I tried using this step in the last job:

  - name: Clear GITHUB_STEP_SUMMARY
    if: always()
    run: |
      echo -n "" > $GITHUB_STEP_SUMMARY

But the split information of each job of the matrix keeps getting printed.

Is there any other solution or workaround for that goal?

@igorgiumellizup igorgiumellizup changed the title Prevent cypress-split from printing information in the Summary page Prevent cypress-split from printing information in the Summary page of GitHub Actions Dec 12, 2024
@bahmutov
Copy link
Owner

Ok, see https://github.com/bahmutov/cypress-split?tab=readme-ov-file#ci-summary

@bahmutov bahmutov added the question Further information is requested label Dec 13, 2024
@igorgiumellizup
Copy link
Author

Hello, the option to skip the summary just reduces the information, but things are still being printed:
image
Is it possible to reopen this issue?
@bahmutov

@bahmutov bahmutov reopened this Dec 16, 2024
@bahmutov
Copy link
Owner

That is not the summary written by this plugin, it is by cypress' own github action, I added a note how to suppress both https://github.com/bahmutov/cypress-split?tab=readme-ov-file#ci-summary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants