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()