File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -324,17 +324,17 @@ jobs:
324
324
- name : Upload full json results
325
325
uses : actions/upload-artifact@v4
326
326
with :
327
- name : gnu-full-result.json
327
+ name : gnu-full-result
328
328
path : ${{ steps.vars.outputs.TEST_FULL_SUMMARY_FILE }}
329
329
- name : Upload root json results
330
330
uses : actions/upload-artifact@v4
331
331
with :
332
- name : gnu-root-full-result.json
332
+ name : gnu-root-full-result
333
333
path : ${{ steps.vars.outputs.TEST_ROOT_FULL_SUMMARY_FILE }}
334
334
- name : Upload selinux json results
335
335
uses : actions/upload-artifact@v4
336
336
with :
337
- name : selinux-gnu-full-result.json
337
+ name : selinux-gnu-full-result
338
338
path : ${{ steps.vars.outputs.TEST_SELINUX_FULL_SUMMARY_FILE }}
339
339
- name : Upload selinux root json results
340
340
uses : actions/upload-artifact@v4
@@ -344,7 +344,7 @@ jobs:
344
344
- name : Upload aggregated json results
345
345
uses : actions/upload-artifact@v4
346
346
with :
347
- name : aggregated-result.json
347
+ name : aggregated-result
348
348
path : ${{ steps.vars.outputs.AGGREGATED_SUMMARY_FILE }}
349
349
- name : Compare test failures VS reference
350
350
shell : bash
You can’t perform that action at this time.
0 commit comments