File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 path : |
109109 ${{ env.REPORT_LOCAL_DIR }}/reports/${{ env.REPORT_HTML_IN_REPORTS }}
110110 ${{ env.REPORT_LOCAL_DIR }}/${{ env.REPORT_LOCAL_FILE }}
111- if-no-files-found : warn
111+ if-no-files-found : error
112112 retention-days : 7
113113
114114 - name : Upload wasm JSON report artifact
@@ -117,7 +117,7 @@ jobs:
117117 with :
118118 name : wasm-e2e-json
119119 path : ${{ env.REPORT_LOCAL_DIR }}/reports/${{ env.WASM_REPORT_JSON_FILE }}
120- if-no-files-found : warn
120+ if-no-files-found : error
121121 retention-days : 7
122122
123123 - name : Upload grate JSON report artifact
@@ -126,7 +126,7 @@ jobs:
126126 with :
127127 name : grate-e2e-json
128128 path : ${{ env.REPORT_LOCAL_DIR }}/reports/${{ env.GRATE_REPORT_JSON_FILE }}
129- if-no-files-found : warn
129+ if-no-files-found : error
130130 retention-days : 7
131131
132132 - name : Upload unified runner HTML report artifact
@@ -137,7 +137,7 @@ jobs:
137137 path : |
138138 ${{ env.REPORT_LOCAL_DIR }}/reports/${{ env.REPORT_HTML_IN_REPORTS }}
139139 ${{ env.REPORT_LOCAL_DIR }}/${{ env.REPORT_LOCAL_FILE }}
140- if-no-files-found : warn
140+ if-no-files-found : error
141141 retention-days : 7
142142
143143 - name : Post PR comment
You can’t perform that action at this time.
0 commit comments