1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-05 17:08:59 +00:00

Merge pull request #5652 from cakebaker/ci_rename_test_summary_names

ci: rename test summary names for busybox & toybox
This commit is contained in:
Sylvestre Ledru 2023-12-16 09:16:19 +01:00 committed by GitHub
commit ec35d9ea93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -791,7 +791,7 @@ jobs:
- name: Reserve test results summary
uses: actions/upload-artifact@v4
with:
name: test-summary
name: busybox-test-summary
path: "${{ steps.vars.outputs.TEST_SUMMARY_FILE }}"
- name: Upload json results
uses: actions/upload-artifact@v4
@ -879,7 +879,7 @@ jobs:
- name: Reserve test results summary
uses: actions/upload-artifact@v4
with:
name: test-summary
name: toybox-test-summary
path: "${{ steps.vars.outputs.TEST_SUMMARY_FILE }}"
- name: Upload json results
uses: actions/upload-artifact@v4