mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
github: fix the name - it is reference/aggregated-result.json/aggregated-result.json otherwise
This commit is contained in:
parent
e6461269fc
commit
340fafb870
1 changed files with 4 additions and 4 deletions
8
.github/workflows/GnuTests.yml
vendored
8
.github/workflows/GnuTests.yml
vendored
|
@ -324,17 +324,17 @@ jobs:
|
|||
- name: Upload full json results
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: gnu-full-result.json
|
||||
name: gnu-full-result
|
||||
path: ${{ steps.vars.outputs.TEST_FULL_SUMMARY_FILE }}
|
||||
- name: Upload root json results
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: gnu-root-full-result.json
|
||||
name: gnu-root-full-result
|
||||
path: ${{ steps.vars.outputs.TEST_ROOT_FULL_SUMMARY_FILE }}
|
||||
- name: Upload selinux json results
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: selinux-gnu-full-result.json
|
||||
name: selinux-gnu-full-result
|
||||
path: ${{ steps.vars.outputs.TEST_SELINUX_FULL_SUMMARY_FILE }}
|
||||
- name: Upload selinux root json results
|
||||
uses: actions/upload-artifact@v4
|
||||
|
@ -344,7 +344,7 @@ jobs:
|
|||
- name: Upload aggregated json results
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: aggregated-result.json
|
||||
name: aggregated-result
|
||||
path: ${{ steps.vars.outputs.AGGREGATED_SUMMARY_FILE }}
|
||||
- name: Compare test failures VS reference
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue