From c2276f4f6b62ffc2a21c6156bb299b5ceae9c5cb Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 15 Dec 2023 17:10:24 +0100 Subject: [PATCH] ci: rename test summary names for busybox & toybox --- .github/workflows/CICD.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 965e26062..4e0179908 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -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