Skip to content

Commit

Permalink
add a note about cy action summary, closes #340
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Dec 16, 2024
1 parent bac6d65 commit 6890a5a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,22 @@ To skip GitHub Actions summary, set an environment variable `SPLIT_SUMMARY=false
env:
SPLIT: 2
SPLIT_INDEX: 1
# do not write summary to github
# do not write cypress-split summary to github
SPLIT_SUMMARY: false
```
**Note:** this plugin's summary is _different_ from [cypress-io/github-action](https://github.com/cypress-io/github-action) own action summary. You can [suppress both](https://github.com/cypress-io/github-action?tab=readme-ov-file#suppress-job-summary):
```yml
- name: No GH Action summary output
uses: cypress-io/github-action@v6
with:
# do not write Cypress GH action summary
publish-summary: false
env:
SPLIT: 2
SPLIT_INDEX: 1
# do not write cypress-split summary to github
SPLIT_SUMMARY: false
```
Expand Down

0 comments on commit 6890a5a

Please sign in to comment.