From 60da510bccd46395dc466a11a32d7010d5290833 Mon Sep 17 00:00:00 2001 From: Daniel Santillan Date: Mon, 3 Feb 2025 18:23:36 +0100 Subject: [PATCH] chore: adding unique names to artifacts --- .github/workflows/feature-branch_deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/feature-branch_deploy.yml b/.github/workflows/feature-branch_deploy.yml index 7e7310db20..3177ea2f1d 100644 --- a/.github/workflows/feature-branch_deploy.yml +++ b/.github/workflows/feature-branch_deploy.yml @@ -117,12 +117,12 @@ jobs: - uses: actions/upload-artifact@v4 if: failure() with: - name: cypress-screenshots + name: cypress-screenshots-gtif path: app/tests/e2e/screenshots - uses: actions/upload-artifact@v4 if: always() with: - name: cypress-videos + name: cypress-videos-gtif path: app/tests/e2e/videos cypress-run-race: @@ -144,13 +144,13 @@ jobs: - uses: actions/upload-artifact@v4 if: failure() with: - name: cypress-screenshots + name: cypress-screenshots-race path: app/tests/e2e/screenshots - uses: actions/upload-artifact@v4 if: always() with: - name: cypress-videos + name: cypress-videos-race path: app/tests/e2e/videos cypress-run-trilateral: @@ -172,11 +172,11 @@ jobs: - uses: actions/upload-artifact@v4 if: failure() with: - name: cypress-screenshots + name: cypress-screenshots-trilateral path: app/tests/e2e/screenshots - uses: actions/upload-artifact@v4 if: always() with: - name: cypress-videos + name: cypress-videos-trilateral path: app/tests/e2e/videos