File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 57
57
with :
58
58
name : E2E Test chunk ${{ matrix.chunk }}
59
59
path : ' reports/**/*.xml' # Path to test results (inside artifact .zip)
60
- output-to : ' step-summary '
60
+ output-to : ' checks '
61
61
max-annotations : 49 # Maximum number of annotations to be created
62
62
reporter : jest-junit # Format of test results
63
- - name : Report URL
64
- if : success() || failure()
65
- run : |
66
- echo "${{ steps.test-report.outputs.runHtmlUrl }}"
67
63
68
64
- uses : actions/upload-artifact@v3 # upload test results
69
65
if : ${{ always() }}
85
81
name : Jest Tests
86
82
output-to : ' step-summary'
87
83
path : ' reports/**/*.xml' # Path to test results (inside artifact .zip)
88
- max-annotations : 49 # Maximum number of annotations to be created
84
+ max-annotations : 0 # Maximum number of annotations to be created
89
85
reporter : jest-junit # Format of test results
You can’t perform that action at this time.
0 commit comments