From 720fbb98ca6d0428c6c92d8a5db57cdc62e3af89 Mon Sep 17 00:00:00 2001 From: Bartosz Sekula Date: Mon, 22 Jan 2024 14:17:14 +0100 Subject: [PATCH] [AAE-19708] Fix breaking change for actions/upload-artifact v4.1.0 (#9270) --- .github/actions/e2e/action.yml | 2 +- .github/workflows/pull-request.yml | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/actions/e2e/action.yml b/.github/actions/e2e/action.yml index 5ac6f61351..b08b4a4c91 100644 --- a/.github/actions/e2e/action.yml +++ b/.github/actions/e2e/action.yml @@ -186,7 +186,7 @@ runs: if: ${{ steps.determine-affected.outputs.isAffected == 'true' }} uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: - name: e2e-artifact-output + name: e2e-artifact-output-${{inputs.e2e-test-id}} path: /home/runner/work/alfresco-ng2-components/alfresco-ng2-components/e2e-output-* - name: upload smart-runner tests results on s3 to cache tests diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index fc1bb5c41f..619c0f4d68 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -315,49 +315,49 @@ jobs: check-ps-env: "true" deps: "testing" - description: "Content: Components" - test-id: "content-services" + test-id: "content-services-components" folder: "content-services/components" provider: "ECM" auth: "BASIC" check-cs-env: "true" deps: "testing" - description: "Content: Directives" - test-id: "content-services" + test-id: "content-services-directives" folder: "content-services/directives" provider: "ECM" auth: "BASIC" check-cs-env: "true" deps: "testing" - description: "Content: Document List" - test-id: "content-services" + test-id: "content-services-document-list" folder: "content-services/document-list" provider: "ECM" auth: "BASIC" check-cs-env: "true" deps: "testing" - description: "Content: Metadata" - test-id: "content-services" + test-id: "content-services-metadata" folder: "content-services/metadata" provider: "ECM" auth: "BASIC" check-cs-env: "true" deps: "testing" - description: "Content: Upload and Versioning" - test-id: "content-services" + test-id: "content-services-upload" folder: "content-services/upload" provider: "ECM" auth: "BASIC" check-cs-env: "true" deps: "testing" - description: "Search" - test-id: "content-services" + test-id: "content-services-search" folder: "search" provider: "ECM" auth: "BASIC" check-cs-env: "true" deps: "testing" - description: "Process: Form" - test-id: "process-services" + test-id: "process-services-form" folder: "process-services/form" provider: "BPM" auth: "OAUTH" @@ -365,7 +365,7 @@ jobs: check-external-cs-env: "true" deps: "testing" - description: "Process: Process" - test-id: "process-services" + test-id: "process-services-process" folder: "process-services/process" provider: "BPM" auth: "OAUTH" @@ -373,7 +373,7 @@ jobs: check-external-cs-env: "true" deps: "testing" - description: "Process: Tasks" - test-id: "process-services" + test-id: "process-services-tasks" folder: "process-services/tasks" provider: "BPM" auth: "OAUTH" @@ -381,7 +381,7 @@ jobs: check-external-cs-env: "true" deps: "testing" - description: "Process: Widget" - test-id: "process-services" + test-id: "process-services-widgets" folder: "process-services/widgets" provider: "BPM" auth: "OAUTH" @@ -389,7 +389,7 @@ jobs: check-external-cs-env: "true" deps: "testing" - description: "Process Cloud: Form" - test-id: "process-services-cloud" + test-id: "process-services-cloud-form-field" folder: "process-services-cloud/form-field" provider: "ALL" auth: "OAUTH" @@ -398,7 +398,7 @@ jobs: check-ps-cloud-env: "true" deps: "testing" - description: "Process Cloud: Process" - test-id: "process-services-cloud" + test-id: "process-services-cloud-process" folder: "process-services-cloud/process" provider: "ALL" auth: "OAUTH" @@ -407,7 +407,7 @@ jobs: check-ps-cloud-env: "true" deps: "testing" - description: "Process Cloud: Start Task" - test-id: "process-services-cloud" + test-id: "process-services-cloud-start-task" folder: "process-services-cloud/start-task" provider: "ALL" auth: "OAUTH" @@ -416,7 +416,7 @@ jobs: check-ps-cloud-env: "true" deps: "testing" - description: "Process Cloud: Tasks List" - test-id: "process-services-cloud" + test-id: "process-services-cloud-task-list" folder: "process-services-cloud/task-list" provider: "ALL" auth: "OAUTH"