From 0169d4d7cc0905062fa40687686f1cfd07214f12 Mon Sep 17 00:00:00 2001 From: Devin Bileck <603793+devinbileck@users.noreply.github.com> Date: Thu, 1 Feb 2024 13:14:29 -0800 Subject: [PATCH] chore: Update report artifact names to prevent failure due to conflicts --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dee8cb4..d154cdb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -63,7 +63,7 @@ jobs: - name: Upload reports uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: - name: Test-Reports + name: analyze-reports path: app/build/reports if: always() @@ -106,7 +106,7 @@ jobs: - name: Upload reports uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: - name: Test-Reports + name: unit-tests-reports path: app/build/reports if: always() @@ -196,6 +196,6 @@ jobs: - name: Upload reports uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: - name: Test-Reports + name: instrumentation-tests-reports path: app/build/reports if: always()