We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bad311 commit 1e8b82aCopy full SHA for 1e8b82a
.github/workflows/e2e-next.yml
@@ -58,7 +58,7 @@ jobs:
58
name: E2E Test chunk ${{ matrix.chunk }}
59
path: 'reports/**/*.xml' # Path to test results (inside artifact .zip)
60
output-to: 'step-summary'
61
- max-annotations: 0 # Maximum number of annotations to be created
+ max-annotations: 49 # Maximum number of annotations to be created
62
reporter: jest-junit # Format of test results
63
- name: Report URL
64
if: success() || failure()
0 commit comments