Skip to content

Commit 8933f91

Browse files
committed
Modify e2e.yml
Restored log level of missing report to error from warn.
1 parent 709d1a9 commit 8933f91

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)